Hacker News new | ask | show | jobs
by bonoboTP 2661 days ago
The multiprocessing module is pretty good in Python.
3 comments

Not in my experience. Has edge cases, especially on windows. Its understandable though, if you look under the covers there is a huge amount of complexity there.
Logging was lost last time I tried it
Has this issue recently. Turns out there's a great library for this specifically. https://github.com/jruere/multiprocessing-logging
pickle is gross.