Re: java client concurrent connection

2010-12-08 Thread Wilson MacGyver
Thanks, I'll give that a try. On Mon, Dec 6, 2010 at 7:21 AM, Jan Buchholdt wrote: >  The config.setMaxConnections is not connected to the underlying > httpConnectionManager. I guess that is an error in the implementation of the > RiakClient. Try to use something like: > > RiakClient riakClient =

Re: java client concurrent connection

2010-12-06 Thread Jan Buchholdt
The config.setMaxConnections is not connected to the underlying httpConnectionManager. I guess that is an error in the implementation of the RiakClient. Try to use something like: RiakClient riakClient = new com.basho.riak.client.RiakClient(config); MultiThreadedHttpConnectionManager cm = (Mu