Hello All,
  I'm a newbie grpc user. Actually, i'm using a product that is built over 
grpc.
I have read stuff about grpc, pardon my ignorance, some basic questions on 
grpc connections.

1. I understand it is 1 connection per client server pair. Does this mean a 
connection is established between client and server, and stays alive until 
one of them ceases to exist ?
Also, if the connection drops, a new connection is initiated ?

2. I have a load balancer placed between the client and server. The LB has 
2 servers. In this case is 1 connection to each server or just one to LB 
and the load is balanced between the tow servers or 2 connections ?

Appreciate your response.

AK

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/661121be-d8fd-4472-a4b4-f3f415c76f2a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to