Re: [users@httpd] Clarification on Apache timeouts

2011-12-09 Thread Sheryl
Nick Kew wrote: On Fri, 09 Dec 2011 14:36:02 -0500 (EST) "Sheryl " wrote: > The developers say they can't fix the code and are taking the "apache is > broken or it would solve this for us" tack. That's why I'm trying to find > out more how the apache timeouts work. > Apache timeouts don't af

Re: [users@httpd] Clarification on Apache timeouts

2011-12-09 Thread Nick Kew
On Fri, 09 Dec 2011 14:36:02 -0500 (EST) "Sheryl " wrote: > The developers say they can't fix the code and are taking the "apache is > broken or it would solve this for us" tack. That's why I'm trying to find > out more how the apache timeouts work. Apache timeouts don't affect connections ma

Re: [users@httpd] Clarification on Apache timeouts

2011-12-09 Thread J.Lance Wilkinson
Sheryl wrote: J. Lance Wilkinson wrote: I have had some locally build PHP scripts that run a very long time (doing database lookups and so forth) before outputting the desired content. These would time out like that. Of course, a user would sit around waiting for a result and give up as we

Re: [users@httpd] Clarification on Apache timeouts

2011-12-09 Thread Sheryl
J. Lance Wilkinson wrote: > I have had some locally build PHP scripts that run a very long time (doing > database lookups and so forth) before outputting the desired content. These > would time out like that. > Of course, a user would sit around waiting for a result and give up as well. > So