wwbmmm commented on PR #2819:
URL: https://github.com/apache/brpc/pull/2819#issuecomment-2526622151

   > * epoll 线程和其他 bthread 具有相同优先级,导致 epoll 线程可能被一小段时间在队列中无响应,引起 worker queue 
任务数量分布不均匀,多对一的 steal。
   > * 网络事件无差别 signal,增加了系统调用。
   
   能否分别测一下这两个优化各自提升多少性能呢?
   我觉得第二个可能更重要一些,而且也更通用,可以把第二个优化单独提一个PR,这样更容易合入


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