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]

On 5/9/07, Daniel Ouellet wrote:

I've spent considerable time with tuning apache on openbsd to
consume all available resources in OpenBSD. Here's the
relevant httpd.conf sections:

Timeout 300
KeepAlive On
MaxKeepAliveRequests 5000
KeepAliveTimeout 15

MinSpareServers 20
MaxSpareServers 30
StartServers 50
MaxClients 5000
MaxRequestsPerChild 0

I had staticlly compiled php into my httpd binary and obviously
raised HARD_LIMIT to 5000, using OpenBSD's apache.

This netted me an ability to serve about a max of 3000
requests per second on a 1.6ghz athlon with 256MB of memory.

hth.

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..., Karsten McMinn, (Wed May 9, 2:33 pm)
Re: Bottleneck in httpd. I need help to address capacity iss..., Douglas Allan Tutty, (Tue May 8, 9:53 pm)