[phpa] Re: Congratulations
- From: "Mark Rogers" <mark@xxxxxxxxxxxxxx>
- To: <phpa@xxxxxxxxxxxxx>
- Date: Thu, 6 Dec 2001 09:45:05 -0000
> 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
- Follow-Ups:
- [phpa] Please do not flame!
- From: Stefan Priebsch
- References:
- [phpa] Congratulations
- From: Manuel Lemos
- [phpa] Re: Congratulations
- From: Nick Lindridge
Other related posts:
- » [phpa] Congratulations
- » [phpa] Re: Congratulations
- » [phpa] Re: Congratulations
- » [phpa] Re: Congratulations
- [phpa] Please do not flame!
- From: Stefan Priebsch
- [phpa] Congratulations
- From: Manuel Lemos
- [phpa] Re: Congratulations
- From: Nick Lindridge