zhengJade opened a new issue, #2597: URL: https://github.com/apache/brpc/issues/2597
**描述** brpc 自带的 ServerOptions 中 num_threads 是一个 hint,建议 server 使用的 worker数量,对于同一个进程内存在多个 brpc server 的情况,这些 server 实际是共享 worker 的  那么如果一个 server 是阻塞的,另一个 server 不是,阻塞的 server 用尽了 worker ,非阻塞的由于没有 worker 会造成请求超时。 **需求** 能够限制 server 能够调用的 worker 数量,这样可以保证非阻塞的 server 不会请求超时。 -- 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