Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
None
Description
Description:
|
------------
|
Supply a new thread handing strategy that is pool-of-thread,
|
one-thread-per-connection strategy will create many threads to service connections that
|
clients requested. Not only it has low efficiency, but also cost much CPU time on context switch.
|
|
Pool-of-thread only create limited threads to service all connections,and keep the throughput stable
|
no matter how many connection requests.
|
https://github.com/alibaba/AliSQL/commit/2d6e230073840ed34cd8b74d923a90de6ce99c23