Re: [PHP] CGI timeout problem

2003-07-29 Thread John W. Holmes
imran wrote: CGI Timeout The specified CGI application exceeded the allowed time for processing. The server has deleted the process. does it mean that I have to use set_time_limit so the script doesn't time out ? I don't really understand why I should do that. You may be reaching an IIS imposed

RE: [PHP] cgi timeout

2001-08-17 Thread Erik H. Mathy
I haven't had to use IIS5 yet, but you might want to check in the IIS setting for a max cgi execution time. - Erik -Original Message- From: Raymond Siow [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 4:00 PM To: [EMAIL PROTECTED] Subject: [PHP] cgi timeout Hi: I am

Re: [PHP] cgi timeout

2001-08-17 Thread Raymond Siow
ummm I tried look at the IIS setting... but couldn't find anything related to CGI execution time do you know how to change that if I were to do it? Ray Erik H. Mathy wrote: I haven't had to use IIS5 yet, but you might want to check in the IIS setting for a max cgi execution time. -

Re: [PHP] cgi timeout

2001-08-17 Thread Raymond Siow
Seems like I've just found it if you look at how to config cgi setting in the IIS help file... it will tell you about it... yours, Ray Raymond Siow wrote: ummm I tried look at the IIS setting... but couldn't find anything related to CGI execution time do you know how to change