You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments