Hacker News new | ask | show | jobs
by bla2 3665 days ago
Does anybody know how fork() is implemented? This blog post kind of sounds like fork() would do the slow emulation of it through CreateProcess().
1 comments

fork() is properly implemented by the NT kernel. WSL is not layered above Win32.