[Tutor] Threads

Rob Andrews rob@jam.rr.com
Mon, 13 Aug 2001 16:52:31 -0500


A wrote:
> 
> Hi,
> 
> I am a newbie with Python.I want to use threads in my application.
> Can you please let me know what is the best way of programming
> threads under Win32 systems?
> What modules shall I use?
> Is it better to use the thread module or the threading module or the
> stackless Python? What are differences?
> Can you please give any example?
> 

Take a look at these modules:

-threading
-thread

You can find out about them here:

http://www.python.org/doc/current/modindex.html

Threads are discussed in some detail in *Programming Python, 2nd ed.*
and in *Core Python Programming*, as well.

Rob
-- 
A {} is a terrible thing to waste.
Useless Python!
http://www.lowerstandard.com/python
_______________________________________________
ActivePython mailing list
ActivePython@listserv.ActiveState.com
http://listserv.ActiveState.com/mailman/listinfo/activepython