https://bz.apache.org/bugzilla/show_bug.cgi?id=61322

--- Comment #2 from Colin <song6...@gmail.com> ---
Another issue I found:
With below server configuration:
<Executor name="tomcatThreadPool" namePrefix="http-exec-" maxThreads="4"
minSpareThreads="2"/>
<Connector executor="tomcatThreadPool"  maxThreads="2" />

>From document of Connector.executor, if I use Executor in Connector(so not use
internalExecutor), maxThreads and other thread pool related properties will
ignored(so return -1), but I found Connector's service thread count still
limited by Connector.maxThreads.
e.g. in above example, the executor has 4 threads, but in my test, only 2
clients connected and both keep alived and no more client can connect.

Please also help to check this issue. I use 7.0.75 in my tests.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to