multiple processes, private working directories

Carl Banks pavlovevidence at gmail.com
Wed Sep 24 23:17:57 EDT 2008


On Sep 24, 9:27 pm, Tim Arnold <a_j... at bellsouth.net> wrote:
> (2) Next thought was fork, but I don't know how to signal when each
> child is
> finished.

Consider the multiprocessing module, which is available in Python 2.6,
but it began its life as a third-party module that acts like threading
module but uses processes.  I think you can still run it as a third-
party module in 2.5.


Carl Banks



More information about the Python-list mailing list