Hacker News new | ask | show | jobs
by Traubenfuchs 2739 days ago
Why use a multiprocess architecture instead of a multithreaded one?
1 comments

TBH, it was simpler in implementation and maintance, while creating just a little bit slower than pthread on initialization time.