Currently we have code that does HttpClient client = new HttpClient();
for every post request. We have around 30 concurrent requests being
made. I am trying to understand if we use HttpClient this way then
does it create new connection for every request or could it have some
kind of throttling? I mean does it have a max concurrent request limit
when HttpClient is used in this way?

Also, how do I see or debug how many requests are waiting on
HttpClient to get a connection?

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to