Re: Connection multiplexing in the Erlang client

2016-01-03 Thread Matthew Von-Maszewski
under the impression that Riak Erlang client ships with poolboy ‎so > > I'm uncertain of the distinction between the different libraries listed. > > > > Perhaps someone could comment to clarify? > > > > Bryan > > > > > > > > From: Paulo Alm

Re: Connection multiplexing in the Erlang client

2016-01-02 Thread Paulo Almeida
client ships with poolboy > ‎so I'm uncertain of the distinction between the different libraries listed. > > > > Perhaps someone could comment to clarify? > > > > Bryan > > > > > > > > From: Paulo Almeida > > Sent: Wednesday, December 30,

Re: Connection multiplexing in the Erlang client

2016-01-02 Thread Paulo Almeida
Hi Luke, I have not hit a limit yet and the current implementation using a pool of TCP connections works fine. I considered this after taking a look at the RethinkDB Elixir client, which uses multiplexing. RabbitMQ, another component in my infra-structure allows up to 65536 logic channels in a si

Re: Connection multiplexing in the Erlang client

2015-12-31 Thread Luke Bakken
Hi Paulo, Why are you considering this? Are you running into issues or limitations using the current Erlang client? -- Luke Bakken Engineer lbak...@basho.com On Thu, Dec 31, 2015 at 12:47 AM, Paulo Almeida wrote: > > Hi, > > A poolboy or other connection pool based solution still means 1 open t

Re: Connection multiplexing in the Erlang client

2015-12-31 Thread Russell Brown
ld comment to clarify? > > Bryan > > > > From: Paulo Almeida > Sent: Wednesday, December 30, 2015 10:40 PM > To: riak-users@lists.basho.com > Subject: Connection multiplexing in the Erlang client > > Hi, > > Does the Erlang Riak clie

Re: Connection multiplexing in the Erlang client

2015-12-31 Thread Paulo Almeida
t; *Sent: *Wednesday, December 30, 2015 10:40 PM > *To: *riak-users@lists.basho.com > *Subject: *Connection multiplexing in the Erlang client > > Hi, > > Does the Erlang Riak client support multiplexing multiple concurrent calls > in a single TCP connection? Specifically when u

Re: Connection multiplexing in the Erlang client

2015-12-31 Thread Russell Brown
with poolboy ‎so > I'm uncertain of the distinction between the different libraries listed. > > Perhaps someone could comment to clarify? > > Bryan > > > > From: Paulo Almeida > Sent: Wednesday, December 30, 2015 10:40 PM > To: riak-users@lists.basho.com &

Re: Connection multiplexing in the Erlang client

2015-12-30 Thread Bryan Hunt
Paulo,You can find a list of community maintained PBC pooling ‎libraries in the Erlang sub-section of this page:

Connection multiplexing in the Erlang client

2015-12-30 Thread Paulo Almeida
Hi, Does the Erlang Riak client support multiplexing multiple concurrent calls in a single TCP connection? Specifically when using the PB interface (riakc_pb_socket:start_link). Thanks. Regards, Paulo ___ riak-users mailing list riak-users@lists.basho