Threads with Python?

Gonçalo Rodrigues op73418 at mail.telepac.pt
Mon Dec 30 08:25:21 EST 2002


On 30 Dec 2002 03:51:52 -0800, iscaris at hotmail.com (Fernando) wrote:

>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...
>
>

Yup it does. There is the high-level threading module, which is an OO 
layer on top of the low-level thread module. Check them out on the docs
and if you have any questions just post them.

>TIA

With my best regards,
G. Rodrigues



More information about the Python-list mailing list