zhengJade commented on issue #2849:
URL: https://github.com/apache/brpc/issues/2849#issuecomment-2771865474

   > 类似go的 steal half是不是更好一些
   
   steal 多个的时候,在流量不高的情况下,会造成同一个任务被两个 pthread 反复偷的情况,A 偷了 10 个,做到 一半,可能又被 B 
偷回去了。而且由于任务的执行时间长短不同,一刀切的偷多个,可能导致 steal成本增加。


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