Threads with Python?

Gerrit Holl gerrit at nl.linux.org
Mon Dec 30 07:36:27 EST 2002


Fernando schreef op maandag 30 december om 03:51:52:
> 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...

I think you are looking for the thread module:
http://www.python.org/doc/current/lib/module-thread.html
http://www.python.org/doc/current/lib/module-threading.html

yours,
Gerrit Holl.

-- 
Asperger Syndroom - een persoonlijke benadering:
	http://people.nl.linux.org/~gerrit/
Het zijn tijden om je zelf met politiek te bemoeien:
	http://www.sp.nl/




More information about the Python-list mailing list