yanglimingcn commented on issue #1434:
URL: https://github.com/apache/brpc/issues/1434#issuecomment-1734934620

   
我理解在现有的M:N模型上,每个worker线程都运行一个非阻塞的epoll_wait或者其他的reactor,然后把signal_task这个功能禁用掉,其实就变成了bthread在一个worker上调度执行了。这时候steal_task就变成了一个被动的过程,一些worker确实空闲了就尝试去偷取一些其它worker上的任务。


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