Threads with Python?

Ryan ryanmorillo at hotmail.com
Mon Dec 30 13:42:06 EST 2002


Python has a module called threading.  import threading.thread,
you should be able to find something by searching the groups (don't
have my books with me or I would send a sample).

iscaris at hotmail.com (Fernando) wrote in message news:<a26792eb.0212300351.5ff4b7b0 at posting.google.com>...
> I have a small python app that would benefit from using threads (it
> fetches info from several web servers). Does python support this? I
> checked my copy of Learning Python, but it doesn't mention it...
> 
> 
> TIA



More information about the Python-list mailing list