logoalt Hacker News

goodpointtoday at 12:37 PM1 replyview on HN

fork is a massive feature, not a bug.


Replies

tliltocatltoday at 3:33 PM

fork() is a misfeature, as is SIGCHILD/wait and most of Unix process management. It worked fine on PDP-11 and that's it.

But Linux also overcommits mmap-anonymous/sbrk, while Windows leaves the decision to the user space, which is significantly slower.