[phpa] Re: Congratulations

> PHP will terminate requests that take more than a certain amount of
> time. I think 30 seconds is the default.

Another thing to bear in mind - although from Manuel's follow up it probably
isn't a problem here - is that Apache will kill the thread itself if no
output has been generated. So if the script runs for a long time before
generating any output that can be a problem; alternatively if output
buffering is in use then the whole script execution time becomes relevant.

If my memory serves me correctly the (default) Apache timeout is closer to 5
mins.

Mark Rogers, Quarella Ltd
Telephone: 0845 45 89 555

------------------------------------------------------------------------
  www.php-accelerator.co.uk           Home of the free PHP Accelerator

To post, send email to phpa@xxxxxxxxxxxxx
To unsubscribe, email phpa-request@xxxxxxxxxxxxx with subject unsubscribe


Other related posts: