Re: [EMAIL PROTECTED] Performance Tuning Documentation?

2006-07-10 Thread Joshua Slive
On 7/9/06, James W. Anderson [EMAIL PROTECTED] wrote: Does anyone have any recommendations for books, PDFs, or other forms of documentation that describe in detail how to tune Apache for performance? I've read the tips on the Apache website, but I still have many questions about the way Apache

Re: [EMAIL PROTECTED] Performance Tuning Documentation?

2006-07-10 Thread Alexander Lazic
On Mon 10.07.2006 00:31, James W. Anderson wrote: Why doesn't it return an HTTP error when the number of concurrent users exceeds MaxClients? For this reason you should use a *tool* before the webserver which detect this error and send a proper message to the client, imho. regards Alex

Re: [EMAIL PROTECTED] Performance Tuning Documentation?

2006-07-10 Thread Nick Kew
On Monday 10 July 2006 19:44, Alexander Lazic wrote: On Mon 10.07.2006 00:31, James W. Anderson wrote: Why doesn't it return an HTTP error when the number of concurrent users exceeds MaxClients? For this reason you should use a *tool* before the webserver which detect this error and send a

Re: [EMAIL PROTECTED] Performance Tuning Documentation?

2006-07-10 Thread Alexander Lazic
On Mon 10.07.2006 20:51, Nick Kew wrote: On Monday 10 July 2006 19:44, Alexander Lazic wrote: On Mon 10.07.2006 00:31, James W. Anderson wrote: Why doesn't it return an HTTP error when the number of concurrent users exceeds MaxClients? For this reason you should use a *tool* before the

Re: [EMAIL PROTECTED] Performance Tuning Documentation?

2006-07-10 Thread Nick Kew
On Monday 10 July 2006 21:02, Alexander Lazic wrote: I'am not sure if i understand you right because there are some HTTP/S solutions available for this problem, as i know?! Sorry, I probably shouldn't have followed up to your post. I was agreeing with what you said, but suggesting that

Re: Re: [EMAIL PROTECTED] Performance Tuning Documentation?

2006-07-10 Thread James W . Anderson
code, in which modules would I start? Thanks very much for the explanations that I've received so far. James Anderson Alpharetta, Georgia USA From: Alexander Lazic [EMAIL PROTECTED] Date: 2006/07/10 Mon PM 04:02:34 EDT To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Performance

[EMAIL PROTECTED] Performance Tuning Documentation?

2006-07-09 Thread James W. Anderson
Does anyone have any recommendations for books, PDFs, or other forms of documentation that describe in detail how to tune Apache for performance? Ive read the tips on the Apache website, but I still have many questions about the way Apache handles requests, such as: Why doesnt it return