Re: New to Riak, hitting a connection limit

2012-08-08 Thread David Jacobs
sho.com > Subject: Re: New to Riak, hitting a connection limit > Message-ID: > < > cae8zjqgkz4w_mtsonyh7g0fbhautum5suwx1rv1ctmf9wwu...@mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > Hi Doug, > > In line... > > On Fri, Aug 3, 2012 at 7

Re: New to Riak, hitting a connection limit

2012-08-03 Thread Mark Phillips
Hi Doug, In line... On Fri, Aug 3, 2012 at 7:48 AM, Douglas Muth wrote: > Hi Mark, > > On Thu, Aug 2, 2012 at 2:02 AM, Mark Phillips wrote: >> >> I think you're problem here is that you're front-loading requests. >> You're better off to issue them serially and wait for one to finish >> before i

Re: New to Riak, hitting a connection limit

2012-08-03 Thread Douglas Muth
Hi Mark, On Thu, Aug 2, 2012 at 2:02 AM, Mark Phillips wrote: > > I think you're problem here is that you're front-loading requests. > You're better off to issue them serially and wait for one to finish > before issuing the next. Rumor has there's an example of how one might > do this somewhere i

Re: New to Riak, hitting a connection limit

2012-08-01 Thread Mark Phillips
Hi Douglas, I think you're problem here is that you're front-loading requests. You're better off to issue them serially and wait for one to finish before issuing the next. Rumor has there's an example of how one might do this somewhere in Riaktant [1], a somewhat dusty but useful sample app. I'll