[mod_python] Trouble spawning a long running process...

Gregory (Grisha) Trubetskoy grisha at modpython.org
Wed Jun 2 10:47:32 EDT 2004



On Tue, 1 Jun 2004, Eric Walstad wrote:

> As a bit of background, the spawned script is creating an iso file
> approx 45MB for the client to download (later).  I have it working
> using: commands.getstatusoutput(BUILDISO_COMMAND) but that makes the
> user wait until the child process is complete.

You could probably make it not wait by appending an ampersand (&) to the
end of the command?

Grisha


More information about the Mod_python mailing list