On 24 Sep, 19:37, "Tim Arnold" <[EMAIL PROTECTED]> wrote: > Am I missing something? Is there a better way?
Use the pyprocessing module (to appear as standard module multiprocessing in Python 2.6). It has almost the same interface as Python's threading and Queue standard modules, except you are working with processes not threads. To wait for a process to finish, just join it like you would do with a thread. http://pyprocessing.berlios.de/ -- http://mail.python.org/mailman/listinfo/python-list