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: [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