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)