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

Cygwin has fork. The problem is that Cygwin's fork has to copy the entire address space into the new process, whereas Linux uses copy-on-write to make forking much faster (you only need to copy the page tables).


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

Search: