RE: [EMAIL PROTECTED] tuning

2008-03-02 Thread Tamer Embaby
Krishna, You may use mod_mem_cache when appropriate as this improves number of concurrency dramatically. Also, IMO, avoid using rotatelogs, it's a huge bottleneck! Regards, Tamer From: Krishna Chandra Prajapati [mailto:[EMAIL PROTECTED] Sent: Friday, February

Re: [EMAIL PROTECTED] tuning

2008-02-28 Thread J. Peng
Most time (I'm sure it's 90%) the performance is descided by application,not apache itself. Even apache the default installion has good performance enough. For us we need the higher performance really, so we develop our own webserver (called Qhttpd), it's maybe not so standard, but can handle much

Re: [EMAIL PROTECTED] Tuning the MaxKeepAliveRequests and KeepAliveTimeout http.conf parameters

2006-11-21 Thread William A. Rowe, Jr.
Arthur Kreitman wrote: I noticed a random but all to frequent (perhaps 1 or 2 or 3 for every few hundred http requests) error from ap_core_output_filter (about line 903 in core_filters.c). The error is an os 10054 “An existing connection was forcibly closed by the remote host”. At the

RE: [EMAIL PROTECTED] Tuning the MaxKeepAliveRequests and KeepAliveTimeout http.conf parameters

2006-11-21 Thread Arthur Kreitman
And what about bad side effects from increasing the linger time? -Original Message- From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED] Sent: Monday, November 20, 2006 12:50 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Tuning the MaxKeepAliveRequests