Re: Tomcat 6.0.18 related NIO questions.

2010-12-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Shri, On 12/22/2010 11:31 AM, shrikant patel wrote: > We are using tomcat connector as follows --> > http://enigmail.mozdev.org/ iEYEARECAAYFAk0SM60ACgkQ9CaO5/Lv0PBd+ACgo3giUiGcsdWOaosK9GpAWvcF yi0Ani6zwt8X9i2Gn3We5OHxlqlvalaJ =kaMC -END PGP SIGN

Re: Tomcat 6.0.18 related NIO questions.

2010-12-22 Thread Filip Hanik - Dev Lists
hi shrikant, there are many benefits of NIO in a tomcat 6, the main being there is no longer a thread-per-connection limit. Note in Tomcat 7, even with the blocking connector, you can have more connections than threads. The NIO connector will read your request headers in a non blocking fashion,

Re: Tomcat 6.0.18 related NIO questions.

2010-12-22 Thread Mark Thomas
On 22/12/2010 16:31, shrikant patel wrote: > We are using tomcat connector as follows --> > > Based on the documentation we are using the blocking call, right? It depends. Probably the BIO connector but it could also bee the APR connector. The logs will tell you which. > I have basic understand

Tomcat 6.0.18 related NIO questions.

2010-12-22 Thread shrikant patel
We are using tomcat connector as follows -->