[issue17560] problem using multiprocessing with really big objects?

Raymond Hettinger report at bugs.python.org
Sat Jul 29 13:14:45 EDT 2017


Raymond Hettinger added the comment:

Davin, when you write-up a blog post, I think it would be helpful to mention that creating really large objects with multi-processing is mostly an anti-pattern (the cost of pickling and interprocess communication tends to drown-out the benefits of parallel processing).

----------
nosy: +rhettinger

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17560>
_______________________________________


More information about the Python-bugs-list mailing list