|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Has anybody ever had trouble with intermittent PHP page timeouts? I am having ocassional problems with php generated pages timing out.
Apaches error_log reports no related errors and and my access_log indicates that the http request was successful (a 200 http status code) but that 0 bytes were transferred. I am using php-3.0.6. Anybody noticed encountered something similar themselves? |
|
#2
|
|||
|
|||
|
1. if there's a was of upgrading php, then do it. (3.0.6 is a little bit old) 2. There is a function, that allows you to set the maximal executiontime. i don't know how this baby is called, but read the manual! (if you have an windows-PC, use the php3manual.chm) CodeDuck =8 ![]() |
|
#3
|
|||
|
|||
|
Hi
The problem is related with web server. bcos every web server have the time out settings, for example 30 seconds for default max allowed time for execution. In your PHP code may be need more than 30secs some times. If you are in windows ver then you can open php.ini file in windows dir and modify the execution time of process. If you have pbm pls mail me mariyasikumar@yahoo.com Regards Mariya.k Chennai - india |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > PHP Development > Intermittent PHP timeouts |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|