Asychronous execution *with* return codes?

Fredrik Lundh fredrik at pythonware.com
Mon Oct 9 02:10:30 EDT 2006


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>





More information about the Python-list mailing list