Greg Ames wrote:
Brian Akins wrote:
We've been doing some testing with the current 2.1 implementation, and
it works, it just currently doesn't offer much advantage over worker
for us. If num keepalives == maxclients, you can't accept anymore
connections.
that's a surprise, and it sounds like a bug. I'll investigate.
the event mpm in httpd-2.1 trunk is working fine for me. running a specweb99
mini-benchmark with MaxClients 50 and Listen 8092, I see:
[EMAIL PROTECTED] built]$ while true; do netstat -an | grep -c
"8092.*ESTABLISHED"; done
146
163
162
188
164
166
149
145
157
152
163
...so with this setup, I have roughly 3 connections for every worker thread,
including the idle threads.
here is a server-status:
http://people.apache.org/~gregames/event-server-status.html
how are you counting connections?
Greg