FastCGI Error, Timeout Problem, Please Help ???
Posted: Fri Jul 09, 2010 5:58 am
Hi Guys,
I am pretty new to php after making the change from ASP
I have written an update sript that will take hours to run but i am having a problem with the script timeing out.
I have set the 'set_time_limit();' to 2500000 and also set the CGI Script Timeout to 2500000 but it is still timing out after only about 10 mins
This is the error message i am getting;
########################################################
FastCGI Error
The FastCGI Handler was unable to process the request.
Error Details:
* The FastCGI process exceeded configured request timeout
* Error Number: 258 (0x80070102).
* Error Description: The wait operation timed out.
HTTP Error 500 - Server Error.
Internet Information Services (IIS)
#########################################################
I have tried searching Google but have come up with no answers
Maybe i am searching for the wrong thing? i dont know
Anyone please shed any light on this for me and come up with a solution
I basically just need the script to be able to run for hours & hours without any problems...
I am pretty new to php after making the change from ASP
I have written an update sript that will take hours to run but i am having a problem with the script timeing out.
I have set the 'set_time_limit();' to 2500000 and also set the CGI Script Timeout to 2500000 but it is still timing out after only about 10 mins
This is the error message i am getting;
########################################################
FastCGI Error
The FastCGI Handler was unable to process the request.
Error Details:
* The FastCGI process exceeded configured request timeout
* Error Number: 258 (0x80070102).
* Error Description: The wait operation timed out.
HTTP Error 500 - Server Error.
Internet Information Services (IIS)
#########################################################
I have tried searching Google but have come up with no answers
Maybe i am searching for the wrong thing? i dont know
Anyone please shed any light on this for me and come up with a solution
I basically just need the script to be able to run for hours & hours without any problems...