Created
September 24, 2013 06:37
-
-
Save yamanyar/6681088 to your computer and use it in GitHub Desktop.
nio connector with executor for async servlets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Executor name="tomcatThreadPool" namePrefix="catalina-exec-" | |
maxThreads="10" minSpareThreads="4"/> | |
<Connector port="8080" protocol="org.apache.coyote.http11.Http11NioProtocol" | |
connectionTimeout="20000" | |
redirectPort="8443" selectorTimeout="500" executor="tomcatThreadPool" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment