SitePoint Sponsor |
|
User Tag List
Results 1 to 4 of 4
Thread: IIS 5 Max CGI Timeout??
-
Jun 18, 2002, 15:43 #1
- Join Date
- Aug 2001
- Location
- NJ
- Posts
- 68
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
IIS 5 Max CGI Timeout??
I am using IIS 5.1 on Windows XP and my PHP script keeps timing out at around the same place. . . i timed it once and it was at 5 minutes. I know the default setting is 300 which would be 5 minutes, but mine was not set to 300 it was at 3600 (1 hour) and then i changed it to 36000 but still the same thing, i then changed it to 0 thinking that would disable the timeout, but then still the same thing. Is there a way to disable this timeout somehow?
signature
-
Jun 18, 2002, 16:02 #2
- Join Date
- Mar 2002
- Location
- Svíþjóð
- Posts
- 4,080
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
php.ini ?
-
Jun 18, 2002, 16:48 #3
- Join Date
- Aug 2001
- Location
- NJ
- Posts
- 68
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
that is set to one hour as well, however that is not where the problem lies....
i get an error message that says CGI Timeout blah blah blah the cgi application took too long to respond so the server ended the process. . .signature
-
Jun 18, 2002, 17:41 #4
- Join Date
- Mar 2002
- Location
- Svíþjóð
- Posts
- 4,080
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
What happens if you try set_time_limit ?
Bookmarks