baiwfg2 opened a new issue #1120: URL: https://github.com/apache/incubator-brpc/issues/1120
**Describe the bug (描述bug)** 我发现 1. 当event_dispatcher_num 大于 num_threads , http server的一个简单测试中,qps大于 event_dispatcher_num =num_threads 时的qps。`我原本以为 event_dispatcher_num 不应该大于 num_threads `?? 2. 当event_dispatcher_num 大于 num_threads时,用ctrl c 停止不了服务,ctrl \ 可以。但当 event_dispatcher_num 小于 num_threads时,ctrl c是可以的。这行为不一致 **To Reproduce (复现方法)** **Expected behavior (期望行为)** **Versions (各种版本)** OS: Compiler: brpc: protobuf: **Additional context/screenshots (更多上下文/截图)**  ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
