On Tue, 8 Jun 2004, Bill Stoddard wrote:

> Joshua Slive wrote:
> > I don't have any technical comments, other than "cool".  But I can
> > confirm that many people report needing to turn KeepAlive off to get
> > reasonable performance from apache.
>
> Joshua, Tell us more. If you can't start enough processes/threads to
> handle the number of incoming connections, then setting keepalivetimeout
> from 15 to 5 seconds or turning off keepalive entirely will boost the
> apparent number of 'concurrent' connections able to be handled by the
> server. I've found this useful in several customer cases I've worked on.
> The eventdriven patch should solve this problem quite handily.

Yes, that is what I meant.  People with limited memory (so they can't
just up MaxClients) can sometimes serve many more "people" by turning off
keepalive in order to free slots.  With this patch, they should get the
best of both worlds (keepalive plus all worker threads handling actual
content).

Joshua.

Reply via email to