>>> This class is derived from MultiThreadedHttpConnectionManager in HttpClient 3
Any specific reason for renaming it?. Do we have any performance improvements. Currently we are using HttpClient 3.x. Is it ok to take HttpClient 4.0 for our production system (if there are any significant performance improvements?) On Wed, Apr 30, 2008 at 3:26 PM, Adam Retter <[EMAIL PROTECTED]> wrote: > The Apache Commons HTTPClient supports multiple HTTP Connections in > the manner you indicate - > > > http://hc.apache.org/httpclient-3.x/performance.html#Concurrent_execution_of_HTTP_methods > > > On Wed, Apr 30, 2008 at 10:50 AM, Davide Taibi <[EMAIL PROTECTED]> wrote: > > Dear All, > > I need to build a connection pool by using the IOUtils library. > > > > I have a website set to download (around 5000) and I need to > parallelize the > > connection by launching from 10 to 20 connection per time. > > > > I've tried a multithread strategy but it doesn't work soundly. > > > > I'd like to implement something like a queue of connection and I tought > > about the apache commons pool libraries. > > Is there any implementation of http connection pool? > > > > Thanks in advance > > > > Davide Taibi > > http://www.taibi.it > > > > > > -- > Adam Retter > > Software Pimp Extraordinaire > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- ~Rajesh.B
