MultithreadedHttpConnectionManager and high loads

2008-10-27 Thread De Groot, Cees
Hi, We're using HC in order to access an internal high-volume service (thousands reqs/sec), and we noticed that DefaultHttpParams is synchronized all over the place. This kills concurrency (I have a thread dump showing ~1200 threads waiting there ;-)), and I don't think it is necessary - it should

Re: MultithreadedHttpConnectionManager and high loads

2008-10-27 Thread sebb
On 27/10/2008, De Groot, Cees <[EMAIL PROTECTED]> wrote: > Hi, > > We're using HC in order to access an internal high-volume service > (thousands reqs/sec), and we noticed that DefaultHttpParams is > synchronized all over the place. This kills concurrency (I have a thread > dump showing ~1200 t

Re: MultithreadedHttpConnectionManager and high loads

2008-10-28 Thread Christine
On Mon, 2008-10-27 at 08:29 -0700, De Groot, Cees wrote: > Hi, > > We're using HC in order to access an internal high-volume service > (thousands reqs/sec), and we noticed that DefaultHttpParams is > synchronized all over the place. This kills concurrency (I have a thread > dump showing ~1200 thre

Re: MultithreadedHttpConnectionManager and high loads

2008-10-28 Thread Tatu Saloranta
--- On Mon, 10/27/08, sebb <[EMAIL PROTECTED]> wrote: > From: sebb <[EMAIL PROTECTED]> > Subject: Re: MultithreadedHttpConnectionManager and high loads > To: "HttpClient User Discussion" > Date: Monday, October 27, 2008, 12:03 PM > On 27/10/2008, De Gr

Re: MultithreadedHttpConnectionManager and high loads

2008-10-28 Thread Oleg Kalnichevski
On Tue, 2008-10-28 at 09:19 -0700, Tatu Saloranta wrote: > --- On Mon, 10/27/08, sebb <[EMAIL PROTECTED]> wrote: > > > From: sebb <[EMAIL PROTECTED]> > > Subject: Re: MultithreadedHttpConnectionManager and high loads > > To: "HttpClient User Discussion&qu

Re: MultithreadedHttpConnectionManager and high loads

2008-10-28 Thread sebb
On 28/10/2008, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > On Tue, 2008-10-28 at 09:19 -0700, Tatu Saloranta wrote: > > --- On Mon, 10/27/08, sebb <[EMAIL PROTECTED]> wrote: > > > > > From: sebb <[EMAIL PROTECTED]> > > > Subject: Re

Re: MultithreadedHttpConnectionManager and high loads

2008-10-29 Thread Oleg Kalnichevski
From: sebb <[EMAIL PROTECTED]> > > > > Subject: Re: MultithreadedHttpConnectionManager and high loads > > > > To: "HttpClient User Discussion" > > > > Date: Monday, October 27, 2008, 12:03 PM > > > > On 27/10/2008, De Groot,