Ik heb een script geschreven, dat zich moet blijven herhalen. Ik doe dit liever niet met een META refresh, maar gewoon zoiets als
Dit is iets eleganter en het is ook de bedoeling dat de "oude" text blijft staan. Om een php timeout te voorkomen heb ik set_time_limit(0); erin staan. Wat wil nu... Na 300 seconden kapt hij ermee zegt hij dit:
HTTP/1.1 502 Gateway Error Server: Microsoft-IIS/5.0 Date: Sun, 03 Mar 2002 11:25:07 GMT Connection: close Content-Length: 186 Content-Type: text/html
CGI Timeout
The specified CGI application exceeded the allowed time for processing. The server has deleted the process.
Ik draai op het moment dus IIS 5 op win2k. Is dit een iis fout? of gewoon php? en hoe kan dit verholpen worden?
PHP:
1
| <?while (1 < 10){statements;echo blabla;sleep(10)}?> |
Dit is iets eleganter en het is ook de bedoeling dat de "oude" text blijft staan. Om een php timeout te voorkomen heb ik set_time_limit(0); erin staan. Wat wil nu... Na 300 seconden kapt hij ermee zegt hij dit:
HTTP/1.1 502 Gateway Error Server: Microsoft-IIS/5.0 Date: Sun, 03 Mar 2002 11:25:07 GMT Connection: close Content-Length: 186 Content-Type: text/html
CGI Timeout
The specified CGI application exceeded the allowed time for processing. The server has deleted the process.
Ik draai op het moment dus IIS 5 op win2k. Is dit een iis fout? of gewoon php? en hoe kan dit verholpen worden?