Is there really a difference between fork() and system() on Windows? System is implemented in most places as a fork, then as exec, with the parent simply waiting for the child to exit. There should be no difference.
Yes. They are completely different on Win32. There is no OS provided fork on win32, so system cannot be implemented using "fork & exec".
In reply to Re^2: DBI and fork() on Win32
by BrowserUk
in thread DBI and fork() on Win32
by FloydATC
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |