<div>hi</div>
<div>im spawning a script that runs for a long from a web app like this:</div>
<div> </div>
<div>os.spawnle(os.P_NOWAIT, "../bin/producenotify.py", "producenotify.py", "xx",os.environ)</div>
<div> </div>
<div> </div>
<div>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 am not able to restart the web app. how do i spawn off a process and make it completely independent of the web app?</div>

<div>thanks</div>
<div> </div>