Re: [grpc-io] Re: connection retry policy in 1.2

2017-04-21 Thread Yaz Saito
The client and servers are C++, and I'm talking about the connection retry, not an RPC retry. Also, the server is on a UNIX socket (unix:/path). On Tue, Apr 18, 2017 at 4:01 PM, 'Eric Anderson' via grpc.io < grpc-io@googlegroups.com> wrote: > Also, how did you get those reconnect attempt times?

[grpc-io] Association of completion queue with multiple RPCs

2017-04-21 Thread Kuldeep Melligeri
Hi, Can I bind one completion queue with multiple RPCs while using async version of calls. The objective is to write client code with one thread processing responses for all the async RPC calls. Please guide me on this. Thanks Kuldeep -- You received this message because you are subscribed

[grpc-io] Differences/considerations between server implementations?

2017-04-21 Thread suicas
Just starting to look at using gRPC, and quite impressed so far. I'm wondering if there are any major differences between implementations across different languages when choosing which to use as the gRPC service itself? E.g. do they all have feature parity, are some considered more tested or