Hi all, I've got a service that users can use to download files from a http. I want to add functionality so that a user can supply many urls and the service starts to download the files. So I wondered if the way described here[1] is the corrects approach, section about Multithreaded request execution
Cheers, håkon [1] http://hc.apache.org/httpcomponents-client-ga/tutorial/html/connmgmt.html#d4e629
