jamesge commented on issue #1060: 如何修改brpc.server 的并发数 URL: https://github.com/apache/incubator-brpc/issues/1060#issuecomment-598012153 -usercode_in_pthread只有在需要在整个检索流程中通过pthread local共享数据时才需要。如果无法关闭,可以调大ServerOptions.num_threads增加工作线程的数量,同时尽量避免阻塞,因为这种情况下阻塞就会阻塞整个工作线程。另外,你截图中的错误只是临时拒绝,压力下来了应该就ok了。
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
