[Tutor] multithreading resources?

Daniel Ehrenberg littledanehren at yahoo.com
Sun Jan 4 11:18:20 EST 2004


"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