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]

Reply via email to