Fredrik Lundh wrote:
> 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>

This sounds most promising. Might you have a code snippet (or link to
same) illustrating this?

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to