You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "wujimin (JIRA)" <ji...@apache.org> on 2019/04/02 13:09:00 UTC

[jira] [Created] (SCB-1237) improve default thread pool strategy

wujimin created SCB-1237:
----------------------------

             Summary: improve default thread pool strategy
                 Key: SCB-1237
                 URL: https://issues.apache.org/jira/browse/SCB-1237
             Project: Apache ServiceComb
          Issue Type: Task
          Components: Java-Chassis
            Reporter: wujimin
            Assignee: wujimin


1.use core threads.
 2.if all core threads are busy, then create new thread
 3.if thread count reach the max limitation, then queue the request
 4.if queue is full, and threads count is max, then reject the request.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)