Hello, Senthilkumar.

On Fri, Sep 3, 2010 at 4:28 PM, Senthilkumar Peelikkampatti wrote:

>        I am using Riak with distributed Erlang and I wanted to know what's
> the limit on # of riak clients (I used it before erlang pb client, so yet to
> migrate). I am using single client to talk to Riak, is it better? or in web,
> is it ok to create a client per request? I looked riak_kv_wm_raw.erl which
> seems using a connection per request but it is a erlang local_client.

There is not a fixed limit imposed by Riak, but it is a general good
practice to re-use clients for subsequent (non-concurrent) requests.

-Justin

_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to