Hi all!

We are using the Commons HttpClient in a multithreaded application, and
frequently there are more threads trying to use the client than the
limit set by setMaxConnectionsPerHost.

In this situation we still need to log the response time from the
server.  How can we do that?  Measuring the Method.executeMethod call
includes the time the thread sleeps before actually submitting the
request.

We are currently using Commons HttpClient 3.1 which I believe is the
latest stable release.

Any help is greatly appreciated, even quick fixes and hacks :)


Uwe


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to