Threads with Python?
Gerrit Holl
gerrit at nl.linux.org
Mon Dec 30 07:36:27 EST 2002
More information about the Python-list mailing list
Mon Dec 30 07:36:27 EST 2002
- Previous message (by thread): Threads with Python?
- Next message (by thread): Threads with Python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/
- Previous message (by thread): Threads with Python?
- Next message (by thread): Threads with Python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list