On 15.07.2011 12:14, Mark Thomas wrote:
> On 15/07/2011 11:10, Rainer Jung wrote:
>> AJP connection persistance is fine for BIO and APR. The experimental NIO
>> seems to still not use persistent AJP connections, but is IMHO no show
>> stopper, because it is new and marked as experimental in the docs.
> 
> That is odd. There is a unit test that checks for this explicitly. Maybe
> the test is broken. Could you provide some more details please.

Sure: Java 1.6.0_26 on Solaris Sparc
TC: 7.0.19 from bin gz

Connector:

<Connector port="8009" protocol="org.apache.coyote.ajp.AjpNioProtocol"
redirectPort="8443" />

I tested some more: if I add a connectionTimeout, then I get connection
persistence for the configured time. So it looks like the default
timeout is just not right.

Regards,

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to