Hi,I would like to use HttpClient in a multi-threaded environment so I am looking at using the MultiThreadedHttpConnectionManager.I read the document at: http://hc.apache.org/httpclient-3.x/threading.htmlBut I am still not quite sure what these options mean or what how they are different: maxConnectionsPerHost and maxTotalConnections My goal is to bulk load (call a web service) 5,000 requests, using a max of 50 threads at a time. Can anyone help clarify? Thanks-
- MultiThreadedHttpConnectionManager general question Andy
