utabintarbo wrote: > If so, how do I handle the poll() on long-running processes? Run a > bunch and then start a check loop?
or use a thread to keep track of each external process. </F> -- http://mail.python.org/mailman/listinfo/python-list
utabintarbo wrote: > If so, how do I handle the poll() on long-running processes? Run a > bunch and then start a check loop?
or use a thread to keep track of each external process. </F> -- http://mail.python.org/mailman/listinfo/python-list