Dial creates a new connection, but you can share the ClientConn between callers and they will share the connection. We don't automatically pool in Go today.
On Tue, Jul 19, 2016 at 3:35 AM, Ewan Walker <[email protected]> wrote: > 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]> 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 > <https://groups.google.com/d/msgid/grpc-io/CA%2BqWK9Q92o4mxgYsMRokMXf_fqnBVOy0TYxd4DvrmRHd7Fd2BQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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%2B4M1oOvi%2BiSRRG1gWpW-tOo1tguKMmy8ApcmU%3D4JaUDZx-Urw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
