[
https://issues.apache.org/jira/browse/SCB-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
wujimin resolved SCB-1237.
--------------------------
Resolution: Done
Fix Version/s: java-chassis-1.2.0
> 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
> Priority: Major
> Fix For: java-chassis-1.2.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)