On 10/06/2008 11:30 PM, Greg Ames wrote:
> > ok, KeepAliveTimeout 300 makes a big difference. But I haven't been able to > observe smax and ttl working. WIth this, > > <Proxy balancer://mycluster> > BalancerMember http://localhost:8093 keepalive=on smax=2 ttl=30 > </Proxy> > ProxyPass /proxy balancer://mycluster/ > > KeepAliveTimeout 300 > > ...and using ab -c 4 to drive it, I now see 4 back end connections. The > problem is that they all stay ESTABLISHED for KeepAliveTimeout seconds. I > was expecting to see 2 of them drop after 30 seconds. Any suggestions? You need one more request after 30 seconds to trigger this since the reslist maintenance function only runs when a backend connection was given back to the pool. Regards RĂ¼diger
