HTTPClient をマルチスレッド環境で使う際の注意点が以下にある。 HttpClient - Threading http://hc.apache.org/httpclient-3.x/threading.html ポイントは MultiThreadedHttpConnectionManager を使うことにある。 http://hc.apache.org/httpclient-3.x/apidocs/org/apache/commons/httpclient/MultiThreadedHttpConnectionManager.html その他、パフォーマンス一般については以下に記述がある。 HttpClient - HttpClient Performance Optimization Guide http://hc.apache.org/httpclient-3.x/perfo