multiple processes with private working dirs

sturlamolden sturlamolden at yahoo.no
Thu Sep 25 08:03:57 EDT 2008


On 24 Sep, 19:37, "Tim Arnold" <tim.arn... at sas.com> 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/








More information about the Python-list mailing list