On 08/04/2010 12:50, Cin Lung wrote: > Is this real? Yes. > I found this tomcat setting from the following site: > http://www.javalobby.org/java/forums/t92965.html > > Here is the setting (see the higlighted part): > <Connector port="8080" protocol="org.apache.coyote.http11.Http11NioProtocol" > maxThreads="150" connectionTimeout="20000" acceptorThreadCount="2" > redirectPort="8443" socket.directBuffer="false"/> > > Is this mean that there is a tomcat version that uses NIO? No there isn't a version of Tomcat that uses NIO. There are many versions thast use it and have done for a number of years.
> Or maybe is this a tweak? No. > Any comments. Try reading the documentation, starting with this: http://tomcat.apache.org/tomcat-6.0-doc/config/http.html Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org