Hacker News new | ask | show | jobs
by hprotagonist 2666 days ago
Still often the simplest way to get parallel computation in python, sadly.
2 comments

The multiprocessing module is pretty good in Python.
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.
It's often they only way you really need.