On Jun 15, 2:03 pm, Stephen Hansen <me+list/pyt...@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 -- http://mail.python.org/mailman/listinfo/python-list