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

I think it's actually a pretty useful primitive for doing multiprocessing. Unlike threading, you have a completely separate memory space both for avoiding data races and performance (memory allocators still aren't perfect and weird stuff can happen with cache lines). Unlike exec after fork or anything equivalent, you still get to share things like file descriptors and read only memory for convenience.


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

Search: