I am using go, and using the normal connection methods built in to the grpc library
On Monday, 18 July 2016, Nathaniel Manista <[email protected]> wrote: > On Wed, Jul 13, 2016 at 11:42 AM, <[email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>> wrote: > >> Does gRPC handle the pooling of client connections? >> >> e.g. 1 client creates X connections to 1 server >> >> Where X is determined by I'd assume load / upper limit >> > > Maybe. In what language are you working? If the language in which you're > writing your client offers a channel, is there one channel or are there X > channels created by your client implementation? > -Nathaniel > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/CA%2BqWK9Q92o4mxgYsMRokMXf_fqnBVOy0TYxd4DvrmRHd7Fd2BQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
