Benefit of separating services into individual servers? #1718
Unanswered
feelingsonice
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently multiplexing different gRPC services under the same server (e.g.
Server::builder().add_service(foo).add_service(bar)
), but I came across the load balancing example and I'm now wondering if it's more beneficial to create a separate server per gRPC service? Assuming a single machine, I'm guessing there's no different here except that it's using multiple ports?Beta Was this translation helpful? Give feedback.
All reactions