On Sep 24, 9:27 pm, Tim Arnold <[EMAIL PROTECTED]> 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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to