Python - Launch a Long Running Process from a Web App

Posted by Greg on Stack Overflow See other posts from Stack Overflow or by Greg
Published on 2010-06-03T21:52:14Z Indexed on 2010/06/03 21:54 UTC
Read the original article Hit count: 225

I have a python web application that needs to launch a long running process. The catch is I don't want it to wait around for the process to finish. Just launch and finish.

I'm running on windows XP, and the web app is running under IIS (if that matters).

So far I tried popen but that didn't seem to work.

© Stack Overflow or respective owner

Related posts about python

Related posts about Windows