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 Thu, May 10, 2007 at 02:31:54AM -0400, Daniel Ouellet wrote:

net.inet.ip.redirect has only an effect if you enable
net.inet.ip.forwarding. As you are running a server and not a router I
doubt this is the case. Additionally net.inet.ip.redirect does not modify
the routing table. Your are probably looking at net.inet.icmp.rediraccept.

> As for the net.bpf.bufsize, I am looking again in my notes and tests,

With many shortliving connections you have a lot of sockets in TIME_WAIT.
Because you are testing from one host only you start to hit these entries
more and more often this often results in a retry from the client.
Additionally by filling all available ports the port allocation algorithm
is starting to get slower but that's a problem that you will only see on
the host :) The accept behaviour of OpenBSD should be fine.

> Anything else you see that may be questionable in what I sent? I am

I think there are a few knobs that you should reconsider. I will write an
other mail about that.

--
:wq Claudio

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..., Claudio Jeker, (Thu May 10, 4:40 am)
Re: Bottleneck in httpd. I need help to address capacity iss..., Douglas Allan Tutty, (Tue May 8, 9:53 pm)