[issue17025] reduce multiprocessing.Queue contention

Charles-François Natali report at bugs.python.org
Mon Mar 4 20:24:13 CET 2013


Charles-François Natali added the comment:

So, what do you think?
Is the simple version offloading the serialization to queue enough, or
should we go for a full-blown atomic Connection/Pipe/etc?

I find the performance gain quite appreciable (basically queue didn't
scale at all, now it scales with the number of cores).

----------

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


More information about the Python-bugs-list mailing list