How to implement a master/watchdog script in python?

Posted by Lukasz Lew on Stack Overflow See other posts from Stack Overflow or by Lukasz Lew
Published on 2010-03-17T18:09:49Z Indexed on 2010/03/17 18:11 UTC
Read the original article Hit count: 185

Filed under:
|
|
|

I need it to open 10 processes, and each time one of them finishes I want to wait few seconds and start another one. It seems pretty simple, but somehow I can make it work.

© Stack Overflow or respective owner

Related posts about python

Related posts about subprocess