[Tutor] When to use multiprocessing Managers?
Steven D'Aprano
steve at pearwood.info
Tue Feb 25 23:45:33 CET 2014
On Tue, Feb 25, 2014 at 10:52:19AM +0000, James Chapman wrote:
> Hello tutors
>
> I'm curious about managers and when to use them.
[...]
I have absolutely no idea about multiprocessing managers, sorry, but a
few seconds googling found these:
http://stackoverflow.com/questions/740848/python-good-place-to-learn-about-multiprocessing-manager
which lead me to these:
http://broadcast.oreilly.com/2009/04/pymotw-multiprocessing-part-2.html
http://www.ibm.com/developerworks/aix/library/au-multiprocessing/
And of course there is also the documentation. You don't say whether you
are using Python 2 or 3, so here's both:
http://docs.python.org/3/library/multiprocessing.html
http://docs.python.org/2/library/multiprocessing.html
Do any of these help?
--
Steven
More information about the Tutor
mailing list