Job queue using xmlrpc and threading

Jeff jeffober at gmail.com
Mon Sep 22 16:04:31 EDT 2008


Try using the Queue module - http://docs.python.org/lib/module-Queue.html.
Here is a tutorial with it - http://www.artfulcode.net/articles/multi-threading-python/.



More information about the Python-list mailing list