Hacker News new | ask | show | jobs
by akvadrako 1061 days ago
There isn't much difference on Linux between threads and processes that share memory. Multiprocessing is fine, it's just slightly more isolated threads.
1 comments

That's why I took special care to mention how python's multiprocessing module was particularly poor.