Re: Bottleneck in httpd. I need help to address capacity issues on max parallel and rate connections

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Daniel Ouellet <daniel@...>
Cc: <misc@...>
Date: Wednesday, May 9, 2007 - 2:15 am

On Wed, 9 May 2007, Daniel Ouellet wrote:

> Otto Moerbeek wrote:

These parameters do not have a lot to do with what you are seeing.

I was talking abouty the KeepAliveTimeout of apache. It's by default
15s. WIth a long timout, any processs that has served a request will
wait 15s to see if the client issues more requests on the same
connection before it becomes available to serve other requests. For
more details, see http://httpd.apache.org/docs/1.3/mod/core.html#keepalivetimeout

>

Try lowering it even more.

>

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Bottleneck in httpd. I need help to address capacity iss..., Douglas Allan Tutty, (Wed May 9, 10:52 am)
Re: Bottleneck in httpd. I need help to address capacity iss..., Otto Moerbeek, (Wed May 9, 2:15 am)
Re: Bottleneck in httpd. I need help to address capacity iss..., Douglas Allan Tutty, (Tue May 8, 9:53 pm)