You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by GitBox <gi...@apache.org> on 2022/12/04 01:55:36 UTC

[GitHub] [incubator-brpc] jiangdongzi commented on issue #2032: ExecutionQueue是严格有序的么, A B依次提交, 是否可以保证B任务必然在A任务完成后开始执行

jiangdongzi commented on issue #2032:
URL: https://github.com/apache/incubator-brpc/issues/2032#issuecomment-1336299056

   > 严格有序
   
   我们现在有一种需求,  同一userId的请求需要串行执行, 我们又想得到尽可能高的并发, 所以目前的想法是创建大量的ExecutionQueue, 比如1000, 同一userId的请求就哈希到对应的 ExecutionQueue,  这样是合理可行的吧


-- 
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-unsubscribe@brpc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org