Re: nio connector configuration

2009-03-06 Thread otismo
Thanks for checking it out, Filip. > I'm running this on what will be 6.0.19, meaning 6.0.x/trunk Yes, running from the trunk yields very different #s. Looking into it more, 6.0.18 didn't honor the pollerThreadCount setting. results (all tests were run for around 3000 samples): 6.0.18: with 2

Re: nio connector configuration

2009-02-27 Thread otismo
Thanks for the response, Filip. Hopefully this is more helpful... I put a war at http://www.nomad.org/test.war containing my web app, the source, and my jmeter test plan. My question: why are comet timeouts getting generated substantially behind the timeout setting? Is it because I have incorr

Re: enableLookups=true, getRemoteHost returns ip

2009-01-29 Thread otismo
Thanks, Konstantin, for the thorough response! I was failing to grasp that the forward lookup portion of the method was failing because there was no forward dns mapping. I thought it was failing locally inside the java code, not in the dns system. To confirm the lack of a dns mapping, I used

enableLookups=true, getRemoteHost returns ip

2009-01-27 Thread otismo
I'm struggling to get enableLookups to work on a new Ubuntu 8.10 tomcat 6.0.18 install. Calls to httpServletRequest.getHostName() always return the IP, instead of the host name. I set the access log to resolve hosts and it also shows the ip. Tomcat 6.0.18 and the same webapp perform the rever