NageNalock commented on issue #1120: URL: https://github.com/apache/incubator-brpc/issues/1120#issuecomment-700588774
> 你这个场景在实际生产环境下存在吗?还是纯粹为了研究,event_dispatcher_num 一般保持默认,即便要增加也远比worker个数少 在进行项目技术调研, 场景里可能会有大量的短连接, 所以想把 event_dispatcher_num 调大. 但是我发现似乎Brpc所有的链接都是由一个线程来完成的? 短连接场景的 CPU 负载很不均匀, 负载最高的 CPU 函数栈里可以看到是在抢 fd 的锁   ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
