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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to