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

Isn't vfork() 11 years deprecated?


Deprecated my ass. It's stable and supported ABI.


It may not be deprecated, but it's a rather unsafe interface: http://ewontfix.com/7/


It's possible to use safely, and the benefits are worth it --- no commit charge problems and no time spent copying page tables. (Even in the memory itself is copy-on-write, you still have to set up the child's address space.)

I'm sick of people cargo-culting ideas like "vfork is bad" without really understanding the issues.




Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

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

Search: