[issue4593] Documentation for multiprocessing - Pool.apply()

Jesse Noller report at bugs.python.org
Mon Dec 8 17:11:36 CET 2008


Jesse Noller <jnoller at gmail.com> added the comment:

Ah, I see what you're talking about David. Good catch. It wouldn't make 
sense to run the apply() in all of the workers, as apply() is a single 
function(...) call. map() however is done in parallel amongst all workers.

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


More information about the Python-bugs-list mailing list