Threads in python?

Hugo Martires hmartires at cultalg.pt
Mon Feb 25 07:30:30 EST 2002


Yes, se the thread and threading module in:

http://www.python.org/doc/current/lib/module-thread.html
http://www.python.org/doc/current/lib/module-threading.html

Hope it will help


"Fernando Rodríguez" <frr at ThouShallNotSpam.EasyJob.NET> wrote in message
news:1o9k7ucpql8tqkvha1h2jjl9urbf7cioa5 at 4ax.com...
>
> I'm going to start coding a little utility that needs to retrieve webpages
and
> process them.
>
> However, I worried that the whole app might stall if one server takes too
long
> to respond or is offline.
>
> Does Python support threads? "Learning Python" doesn't mention it...
>
>
>
> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> | Fernando Rodríguez   frr at EasyJob.NET
> | http://www.EasyJob.NET/
> | Expert resume and cover letter creation system.
> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~





More information about the Python-list mailing list