Re: spawning a process using os.spawn

2009-06-11 Thread Gabriel Genellina
En Tue, 09 Jun 2009 15:38:53 -0300, rkmr...@gmail.com escribió: im spawning a script that runs for a long from a web app like this: os.spawnle(os.P_NOWAIT, "../bin/producenotify.py", "producenotify.py", "xx",os.environ) the script is spawned and it runs, but till it gets over i am not able t

spawning a process using os.spawn

2009-06-09 Thread rkmr...@gmail.com
hi im spawning a script that runs for a long from a web app like this: os.spawnle(os.P_NOWAIT, "../bin/producenotify.py", "producenotify.py", "xx",os.environ) the script is spawned and it runs, but till it gets over i am not able to free the port that is used by the web app, or in other words i