Hacker News new | past | comments | ask | show | jobs | submit login

Just a small nit pick, it's not shared memory it's Copy on Write memory that comes from forking. It would be interesting to see an explanation of the tradeoffs between threading and multiprocessing in their app servers too!



Right, they're not using shared memory for interprocess communication. The article used the term "shared memory", but they just mean read-only sharing.




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

Search: