Simultaneous gRPC clients sync/async server

不羁岁月 提交于 2019-12-11 10:59:46

问题


I'm just curious,

  1. Does a sync gRPC server supports connection from multiples clients?
  2. If not, and the async ones does?
  3. And combination of async server/sync client? is even possible?

回答1:


Yes, synchronous gRPC supports multiple connected clients out of the box. I have personally tested with up to 2000 simultaneously connected clients to an microservice written in Go exposing a single API.



来源:https://stackoverflow.com/questions/45486733/simultaneous-grpc-clients-sync-async-server

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!