FastCGI Error, Timeout Problem, Please Help ???

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
tomtom0987
Forum Newbie
Posts: 2
Joined: Wed Jun 30, 2010 8:13 am

FastCGI Error, Timeout Problem, Please Help ???

Post by tomtom0987 »

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...
tomtom0987
Forum Newbie
Posts: 2
Joined: Wed Jun 30, 2010 8:13 am

Re: FastCGI Error, Timeout Problem, Please Help ???

Post by tomtom0987 »

I have now also set the "max_execution_time" in php.ini to 250000 but still getting the same error

Please help !!!
Post Reply