Hacker News new | ask | show | jobs
by okmjuhb 5785 days ago
CreateProcess can't implement fork() semantics. To my knowledge there's no good way to fork() on Windows.
1 comments

Section 5.6 of http://www.redhat.com/support/wpapers/cygnus/cygnus_cygwin/a... is an interesting read about how the Cygwin team implemented fork.