Hello,
I was wondering why we chose in the different implementations of Samplers
using HttpClient 3 and 4 to use an instance per Thread in ThreadLocal zone
instead of using :

   - ThreadSafeClientConnManager for HC4
   - MultiThreadedHttpConnectionManager for HC3.1 (see
   
http://pro-programmers.blogspot.com/2009/06/apache-httpclient-multi-threads.html
   )

It is just a question not a change proposition (It works fine for me as it
is implemented now)
-- 
Regards
Philippe

Reply via email to