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 nedds
Recipients amaury.forgeotdarc, benjamin.peterson, collinwinter, nedds, pitrou
Date 2008-10-10.02:57:36
SpamBayes Score 1.9793542e-09
Marked as misclassified No
Message-id <1223607459.08.0.921780440077.issue3448@psf.upfronthosting.co.za>
In-reply-to
Content
I had very little experience with the processing module prior to the
creation of this patch, and because pool objects are listed last in the
documentation, I did not read about them because I saw a way to achieve
what I wanted using Process. But having looked at the documentation for
Pool, I think you are correct that it would be a much cleaner solution
to the problem, as I was essentially implementing a Pool myself. I will
post a new patch to reflect this change tomorrow. I will also submit the
patch to take advantage of the fact that the multiprocessing module is
included in Python2.6, as opposed to my prior patch which was designed
for Python2.5 which required the user to get the processing module. And
in the patch, as before, multiprocess will not be default, but it will
be something the user can enable via the command line.
History
Date User Action Args
2008-10-10 02:57:39neddssetrecipients: + nedds, collinwinter, amaury.forgeotdarc, pitrou, benjamin.peterson
2008-10-10 02:57:39neddssetmessageid: <1223607459.08.0.921780440077.issue3448@psf.upfronthosting.co.za>
2008-10-10 02:57:38neddslinkissue3448 messages
2008-10-10 02:57:36neddscreate