zhoukangsheng opened a new issue, #1906:
URL: https://github.com/apache/incubator-brpc/issues/1906

   
问题背景:目前,使用brpc框架的服务,在cpu和内存资源富余的情况下,服务的最大吞吐能力与brpc的线程数和并发度设置有关。如果线程数和并发度设置不合理,会出现机器的CPU资源仍有冗余,但是服务的处理能力达到瓶颈的现象。目前brpc提供了调整服务并发度的接口,在某些场景下可以通过提高并发度来提高服务的吞吐;但是,当服务的吞吐能力受限于线程数时,只能通过调整静态配置里的线程数,服务重新上线的方式来调整线程数。因此,想对brpc进行升级,提供可以调整brpc
 worker线程数的接口,不知这个想法是否可行。
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to