zc08291161 commented on issue #2119:
URL: https://github.com/apache/brpc/issues/2119#issuecomment-1425274298

   > 2.5GB/s是单连接还是多连接?connection_type设置为pooled看看呢?
   
   
实测还发现一个现象,我们利用sofa-rpc进行测试,最大带宽可以打到5GB/s左右,我现在怀疑是brpc的dispatch调度机制的问题,就是总是把自己让出来去接收消息,再由空闲的worker去调度dispatch线程,而sofa则是始终有一个dispatch线程工作。会不会是brpc的dipatch线程工作不充分导致的。(增加dipstach线程个数也试过,也没用)


-- 
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