|
Posted by Thomas on 11/14/27 11:26
I am using php 5.0.4 under IIS 6 under Windows Server 2003 and want to
run a php-script as a separate process. This schript dies not have any
output. I tried several variants without success:
exec("c/php5/php.exe path/to/script parameters &") will run the schript
but will wait until the schript finished processing.
exec("c/php5/php.exe path/to/script parameters > null &") gives me the
error message "The specified CGI application exceeded the allowed time
for processing. The server has deleted the process."
Dealing with other variants of php cli procesors like php-win.exe gave
the same result. Also trying to use the start command did not help. My
head is burned out, what else could run my script under this
environment?
Thanks for any ideas.
Thomas
Navigation:
[Reply to this message]
|