Python Threads -

Daniel Nogradi nogradi at gmail.com
Thu Apr 19 17:36:25 EDT 2007


> Can you please suggest a technique in Python where we can spawn few number
> of worker threads and later map them to a function/s to execute individual
> Jobs.

Have a look at the threading module:
http://docs.python.org/lib/module-threading.html

HTH,
Daniel



More information about the Python-list mailing list