cdjingit commented on issue #1035: 在一个服务中使用两个Task Control 是否会有影响?
URL: https://github.com/apache/incubator-brpc/issues/1035#issuecomment-576568156
 
 
   > 主要将计算的部分拆分出来,主要是业务架构的需要. 比如说既有重调度的任务,又有重计算的任务. 将重计算和调度分开成两个Task Control. 
降低互相影响. @cdjingit
   
   目前brpc的设计,一般不需要区分io线程和工作线程。直白说如果工作线程超负荷了,io线程继续接受请求也只是会加剧系统压力。

----------------------------------------------------------------
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]

Reply via email to