yanglimingcn commented on issue #2581:
URL: https://github.com/apache/brpc/issues/2581#issuecomment-2030941630

   
我理解bRPC框架支持这个能力,策略由业务层调用这些能力就能达到。比如:你自己设置一个gflags变量FLAGS_per_tagged_task_group_numbers
 = "20:40:40",在validator里面
   调用bthread_set_minconcurrency bthread_setconcurrency bthread_current_tag 
bthread_concurrency_by_tag 这些函数,在初始化阶段就把不同池子的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: dev-unsubscr...@brpc.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