wwbmmm commented on issue #2903: URL: https://github.com/apache/brpc/issues/2903#issuecomment-2693781620
> 1. 目前brpc的内部调度器可以把conrutine调度到不同pthread上吗,还是说conrutine整个生命周期都映射到一个pthread上。 > 2. 看到有如下描述,对于一个32C机器,如果把event_dispatcher_num调到32,可以完全利用到32个core吗 > >  1. 可以。coroutine本质就是callback,比如通过coroutine发起rpc异步调用,那么callback可能在另一个pthread执行。 2. 可以利用32个core。 -- 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