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 2021/05/31 09:03:42 UTC

[GitHub] [incubator-brpc] namelij commented on issue #1416: 串行执行

namelij commented on issue #1416:
URL: https://github.com/apache/incubator-brpc/issues/1416#issuecomment-851340806


   > 不需要这么麻烦,E收到请求后依次请求各个服务即可A RPC -> B RPC -> C RPC -> D RPC。brpc优点之一就是可以用同步的方式写异步执行的代码,bthread在框架层面提供这样的调度。建议先看下[文档](https://github.com/apache/incubator-brpc/blob/master/docs/cn/client.md#%E5%8F%91%E8%B5%B7%E8%AE%BF%E9%97%AE)
   
   现在就是这么实现的,原本想通过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.

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