[New-bugs-announce] [issue4593] Documentation for multiprocessing - Pool.apply()
David M. Beazley
report at bugs.python.org
Mon Dec 8 16:45:20 CET 2008
New submission from David M. Beazley <beazley at users.sourceforge.net>:
The documentation for the apply() and apply_async() methods of a Pool
object might emphasize that these operations execute func(*args,**kwargs)
in only one of the pool workers and that func() is not being executed in
parallel on all workers. On first reading, I actually thought it might
be the latter (and had to do some experimentation to figure out what was
actually happening).
----------
assignee: georg.brandl
components: Documentation
messages: 77312
nosy: beazley, georg.brandl
severity: normal
status: open
title: Documentation for multiprocessing - Pool.apply()
versions: Python 2.6, Python 2.7, Python 3.0
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4593>
_______________________________________
More information about the New-bugs-announce
mailing list