uuuuu-diwu opened a new issue #1548: URL: https://github.com/apache/incubator-brpc/issues/1548
**Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)** 假设一个 4 核的机器上开了 4 个 worker,这个时候如果来了一些高网络 io 的请求,比如某次请求需要对下游发送多次 rpc 请求。这个时候一个请求就直接卡主了一个线程,如果一次请求因为等待下游返回所以导致延时达到 100ms,那单核只能跑到 10 的 qps ,4 核 4 worker 也只能跑40 qps 。实际上这个时候 cpu 利用率还非常低,请问有在 brpc 里面有啥办法提高这种场景的吞吐吗。感觉增加 worker 数也不太靠谱啊,woker 数太多了,全靠内核调度,本身这么多 worker 的调度也是非常吃 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]
