yanglimingcn opened a new issue, #2361:
URL: https://github.com/apache/brpc/issues/2361

   **Describe the bug (描述bug)**
   
现在每个worker的bthread数量限制是4096,但是bthread_start_urgent的产生不会校验worker上面的bthread的数量,这样一个worker上面的bthread数量就有可能突破4096。这块是否应该在bthread_start_urgent加个校验?这块加校验感觉会影响性能。
   或者在EventDispatcher::Run()里面做一些校验?
   
   **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.

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

Reply via email to