Oooohhh... I just found out that the protocol is bundled inside tomcat-coyote.jar. I never looked into the tomcat lib folder.
Has anyone benchmark which protocol is better performance? The Http11NioProtocol or Http/1.1? Thanks Rendra -----Original Message----- From: Mark Thomas [mailto:ma...@apache.org] Sent: Thursday, April 08, 2010 6:54 PM To: Tomcat Users List Subject: Re: Tomcat with NIO??? 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 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org