Multi-Threading in Python

Sandy Ydnas cde3 at live.com
Tue May 18 11:29:41 EDT 2010



 great

can help to find some examples of multiprocessing 

Sandy
> Subject: Re: Multi-Threading in Python
> From: awilliam at whitemice.org
> To: python-list at python.org
> Date: Tue, 18 May 2010 10:45:11 -0400
> 
> On Tue, 2010-05-18 at 07:35 -0700, Lou wrote:
> > Can anyone tell me how easy it is to do multi-threading in Python?
> 
> Very easy. Or as easy as in any other platform - and as easy to screw
> up. Personally I prefer to use multiprocessing [which is a module that
> 'simulates' threads using separate processes]. IMO, it is hard to screw
> up as you don't get any shared-state for free.
> 
> > This has probably been brought up already, so if it has, thanks anyway
> 
> -- 
> Adam Tauno Williams <awilliam at whitemice.org> LPIC-1, Novell CLA
> <http://www.whitemiceconsulting.com>
> OpenGroupware, Cyrus IMAPd, Postfix, OpenLDAP, Samba
> 
> -- 
> http://mail.python.org/mailman/listinfo/python-list
 		 	   		  
_________________________________________________________________
Hotmail: Free, trusted and rich email service.
https://signup.live.com/signup.aspx?id=60969
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20100518/91d6b527/attachment-0001.html>


More information about the Python-list mailing list