Possible to make subprocess.Popen jobs run serially rather than in parallel?
Chris Seberino
cseberino at gmail.com
Wed Jun 16 10:04:58 EDT 2010
On Jun 15, 2:03 pm, Stephen Hansen <me+list/pyt... at ixokai.io> wrote:
> Just call "process.wait()" after you call process = subprocess.Popen(...)
I may have not been clear.....
I *don't* want web app to block on Popen.wait.
I *do* want the Popen process to run in the background which web app
still runs doing other things.
Rather, I don't want *MANY* Popen processes to run in the
background....just one preferably.
cs
More information about the Python-list
mailing list