7 ms·
CreateProcess can't implement fork() semantics. To my knowledge there's no good way to fork() on Windows.
by okmjuhb 16y ago
CreateProcess can't implement fork() semantics. To my knowledge there's no good way to fork() on Windows.
- koenigdavidmj 16y agoSection 5.6 of http://www.redhat.com/support/wpapers/cygnus/cygnus_cygwin/architecture.html http://www.redhat.com/support/wpapers/cygnus/cygnus_cygwin/a... is an interesting read about how the Cygwin team implemented fork.