Skip to content

Instantly share code, notes, and snippets.

@handersonbf
Created June 13, 2011 18:49
Show Gist options
  • Select an option

  • Save handersonbf/1023418 to your computer and use it in GitHub Desktop.

Select an option

Save handersonbf/1023418 to your computer and use it in GitHub Desktop.
Otimizar tomcat NIOProtocol
<Connector port="80" protocol="org.apache.coyote.http11.Http11NioProtocol"
connectionTimeout="2000" maxThreads="10000" acceptCount="5000"
acceptorThreadCount="2" socket.directBuffer="false"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment