|
|
|
|
|
by cygx
5108 days ago
|
|
> Windows lacks fork(), or at least it's not documented. The NT kernel supports forking, but the Win32 subsystem does not. Because Interix lives outside the Win32 subsystem, it can provide a proper fork() implementation, whereas Cygwin has to live with its somewhat brittle emulation. |
|