Hey Arthur, On Nov 14, 2006, at 11:18 AM, Arthur Kreitman wrote:
When I trace through what apache actually does, when a specific client sends lots of requests, I see just the occasional accept. What am I missing?
Do you have HTTP 1.1 KeepAlive enabled on the server? Turning that off will radically increase the number of TCP connections the server will have to accept.
What client are you using? It may use KeepAlive by default, but sometimes it won't. For instance, ab only uses KeepAlive if you pass it the -k flag.
S. -- sctemme@xxxxxxxxxx http://www.temme.net/sander/ PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx