[python-win32] Detach a process from IIS

sebastien Pastor spastor at center.com
Mon Mar 29 11:13:45 EST 2004


Hello

I am trying to run a process from my CGI script written in Python. I can 
run  the process but cannot make it detached from IIS : Meaning, IIS 
does not give any status response until the child process is finished.
I have tried the standard os.spawnl with os.P_DETACH  but it doesnot 
seem to work on WIN32 platform.

Anybody could lead me the light ?

Cheers & thanx

seb




More information about the Python-win32 mailing list