zchuang185 commented on issue #3000:
URL: https://github.com/apache/brpc/issues/3000#issuecomment-3409579290

    单连接比连接池性能好的原因,@shenxuebing 可以参考一下 #506 
描述的内容,单连接模式可以同时处理多个请求,连接池只能一个连接处理一个请求 @TousakaRin 
已经提到,这就决定了单连接模式小包场景下通过粘包功能可以提升系统吞吐量,但是面对糟糕的广域网环境容错性较差,而连接池模式小包无法实现粘包sys-read/write的占比会非常高,但面对广域网网络抖动具有很好容错。
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to