| Store | Cart

Re: [Tutor] When to use multiprocessing Managers?

From: Steven DAprano <ste...@pearwood.info>
Wed, 26 Feb 2014 09:45:33 +1100
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
_______________________________________________
Tutor maillist  -  Tut...@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Recent Messages in this Thread
James Chapman Feb 25, 2014 10:52 am
Steven DAprano Feb 25, 2014 10:45 pm
Danny Yoo Feb 25, 2014 10:55 pm
Steven DAprano Feb 25, 2014 11:05 pm
David Palao Feb 26, 2014 02:19 pm
James Chapman Feb 28, 2014 11:31 am
eryksun Mar 01, 2014 04:48 pm
James Chapman Mar 03, 2014 11:45 am
eryksun Mar 03, 2014 03:40 pm
Messages in this thread