Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

NT doesn't have fork. Supporting that requires copy-on-write semantics. And you don't want to stop fork just because you don't have enough memory for a second complete copy of the current processes; you might be about to throw all that away with an exec, and even if not you're likely to keep most of the shared memory shared.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: