[Tutor] multithreading resources?

Todd G. Gardner piir at earthlink.net
Sun Jan 4 08:41:32 EST 2004


Hello Daniel,

Thank you!  Might you know of any example code?

Thanks again,

Todd
-----Original Message-----
From: Daniel Ehrenberg [mailto:littledanehren at yahoo.com]
Sent: Sunday, January 04, 2004 11:18 AM
To: Todd G. Gardner
Subject: Re: [Tutor] multithreading resources?


"Todd G. Gardner" wrote:
> Hello all,
> 
> I would appreciate it if someone would point me
> toward resources so I may
> research writing multithreading code in python.
> 
> Thank you,
> 
> Todd

The threading module in the standard library is what
you're looking for, but unfortunately, there is hardly
any documentation on it beyond the Python Library
reference. Here's the reference on it:
http://www.python.org/doc/current/lib/module-threading.html
.

Daniel Ehrenberg

__________________________________
Do you Yahoo!?
Find out what made the Top Yahoo! Searches of 2003
http://search.yahoo.com/top2003



More information about the Tutor mailing list