This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author beazley
Recipients beazley, georg.brandl
Date 2008-12-08.15:45:18
SpamBayes Score 0.5225989
Marked as misclassified No
Message-id <1228751120.11.0.178840080456.issue4593@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2008-12-08 15:45:20beazleysetrecipients: + beazley, georg.brandl
2008-12-08 15:45:20beazleysetmessageid: <1228751120.11.0.178840080456.issue4593@psf.upfronthosting.co.za>
2008-12-08 15:45:19beazleylinkissue4593 messages
2008-12-08 15:45:18beazleycreate