Threads - where to start?

firephreek firephreek at earthlink.net
Thu Jan 29 09:43:36 EST 2004


A while back I posted asking about a problem I was having with some threads.
Somebody responded back with a link to a slide show, but with the little bit
of background I have in this subject, I wasn't able to come away with a
whole lot, much less a solution to my problem.  Where can I go if I want to
get a good understanding of threads and how to implement them?  I'm not sure
what exactly is meant by blocking or locking, or when they should be
implemented. Most of the examples I've read through seem to use the
'threading.py' module as a base for their own class of threads.  Is this the
purpose of threading.py?  Or can it be used standalone?  What about
communicating across threads?  Do they have their own namespace?  Can they
refer to globals in the main program?  Why won't some of them just die?  

I have a lot of questions, but I just don't know where to go!  Help!

Stryder


-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 2004 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/20040129/86ec5ce3/attachment.bin>


More information about the Python-list mailing list