RE: Async beta4 Connection Pooling

2013-06-18 Thread Matt Brown
Oh that's embarrassing - my start() had been inadvertently commented out. Thanks! -Original Message- From: Oleg Kalnichevski [mailto:ol...@apache.org] Sent: Tuesday, June 18, 2013 9:37 AM To: HttpClient User Discussion Subject: Re: Async beta4 Connection Pooling On Tue, 2013-

Re: Async beta4 Connection Pooling

2013-06-18 Thread Oleg Kalnichevski
On Tue, 2013-06-18 at 14:13 +, Matt Brown wrote: > Taking a look at async client 4.0-beta4 and looking for a little guidance. > > > With beta3 we had some code like: > > PoolingClientAsyncConnectionManager asyncMgr = new > PoolingClientAsyncConnectionManager(new DefaultConnectingIOReactor()

Async beta4 Connection Pooling

2013-06-18 Thread Matt Brown
Taking a look at async client 4.0-beta4 and looking for a little guidance. With beta3 we had some code like: PoolingClientAsyncConnectionManager asyncMgr = new PoolingClientAsyncConnectionManager(new DefaultConnectingIOReactor()); asyncMgr.setMaxTotal(maxConnections);