[Tutor] running multiple concurrent processes
richard kappler
richkappler at gmail.com
Sun Nov 4 02:57:36 CET 2012
>I didn't really understand the above. Is 'manager' some kind of library?
>
> http://docs.python.org/2/library/multiprocessing.html#managers
>
>
> >Who's Bill? Alan was referring to Twisted that is an event driven
> >framework. Event driven or asynchronous processing is a third option
> >(after threads or processes). The Twisted library is also capable of
> >launching threads and (I think) processes for you so it could
> >accommodate for all of the possibilities you want in one framework.
>
Bill is someone who posted to this thread, apparently privately, though I
thought it was to the list. I have run across mentions of Twisted, was just
starting to look into it when this email arrived.
> >As far as I know Python will allow you to come close to the
> >OS/hardware limit for both threads and processes. Unless I've
> >misunderstood what you're planning to do though these limits are high
> >enough for you to simply not worry about them.
That's pretty much what I thought, but I wanted to make sure. Yet another
exceptional tutorial/code example btw, I think I've got it now. I need to
go play with them both (processing and threading) to be sure.
Thanks again! Richard
--
quando omni flunkus moritati
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20121103/d62ab0ea/attachment.html>
More information about the Tutor
mailing list