You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by usc <gi...@git.apache.org> on 2018/03/22 13:05:29 UTC

[GitHub] tomcat pull request #104: fix create one more thread when submitted count = ...

GitHub user usc opened a pull request:

    https://github.com/apache/tomcat/pull/104

    fix create one more thread when submitted count = pool size issue.

    e.g. 
    corePoolSize = 20, maximumPoolSize = 50, and use TaskQueue, if execute 30 threads will created  31 poolSize(should 30).
    like 
    ThreadPoolExecutor@7e32c033[Running, pool size = 31, active threads = 30, queued tasks = 0, completed tasks = 0]

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/usc/tomcat trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tomcat/pull/104.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #104
    
----

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[GitHub] tomcat pull request #104: fix create one more thread when submitted count = ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/tomcat/pull/104


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org