wwbmmm commented on issue #2347:
URL: https://github.com/apache/brpc/issues/2347#issuecomment-1725404008

   
这是正常的。因为连接方式为single模式下,在单连接上qps很高的情况下可以合并socket读写操作,性能会高一些。但是在真实场景下,client往往分布在多台机器,server会处理较多的连接,每个连接上qps较少,从性能的角度上看,pooled的性能更接近真实的场景。


-- 
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: dev-unsubscr...@brpc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to