utopia9527 opened a new issue, #2803: URL: https://github.com/apache/brpc/issues/2803
想确认一下服务端brpc 自身启动的线程池会不会和其它方式启动的线程共享线程池 为什么提出问题: 比如服务端启动了10个线程(bthread_work_count=10), 然后在服务中有异步线程启动任务,任务中发起rpc调用,这时候的线程阻塞,会不会影响bthread_work_count。 比如后发起来了4个rpc调用,但是bthread_worker_usage是观测不到的,实际上影响了bthread_work_count -- 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.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