Tuvie commented on issue #2010:
URL: 
https://github.com/apache/incubator-brpc/issues/2010#issuecomment-1324662026

   
在这个benchmark里面,你发送这么大的数据,瓶颈不在cpu,也不在内存拷贝,物理带宽限制才是原因。针对你的IO密集型服务,你也需要看瓶颈是什么。如果cpu不是瓶颈,瓶颈是物理带宽打满,那么带来收益的只可能是你换更高速率的网卡接入。但是我理解通常不会出现带宽优先打满的情况。


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