Keep-alive connection close on JBoss 4.2.2

2008-05-06 Thread Asankha C. Perera
Hi all When using the Apache Synapse HTTP transport built over HttpCore+NIO with JBoss 4.2.2 based Web service, I can see that typically JBoss terminates a keep-alive connection after 20 seconds, but when under load, it closes some connections (about 1 or 2 per 100) in around 4ms or 5ms etc..

Re: Keep-alive connection close on JBoss 4.2.2

2008-05-06 Thread Ortwin Glück
Asankha C. Perera wrote: Hi all When using the Apache Synapse HTTP transport built over HttpCore+NIO with JBoss 4.2.2 based Web service, JBoss embeds Tomcat as its servlet container. So this is probably controlled by the connection pool settings of Tomcat. > I can see that typically JBoss