managing multiple subprocesses

Skip Montanaro skip at pobox.com
Thu Feb 3 13:12:01 EST 2005


>>>>> "Marcos" == Marcos  <seejadee at gmail.com> writes:

    Marcos> I have tried all sorts of popens / excevs / os.systems /
    Marcos> commands etc etc. 

I think os.spawn* and os.wait will do what you want.  I have trouble with
os.spawn* myself, so may just fall back to fork/exec + os.wait in the
parent.

Skip



More information about the Python-list mailing list