Re: Connection multiplexing in the Erlang client

2016-01-02 Thread Paulo Almeida
Hi Russell, Thanks for the confirmation. I'll take a look at the riak_api. I suspect the protobuf messages would also need to be changed to include a token/correlation id in order to allow async request/replies. Regards, Paulo On Thu, Dec 31, 2015 at 10:16 AM, Russell Brown wrote: > Hi Paulo

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