On Tue, Apr 28, 2015 at 9:14 AM, Tomas Tunkl <[email protected]> wrote:
Hi,

I have some problems with ApacheAsyncHttpClient. I have tracked the problems to one specific place I am interested in.

In AbstractNIOConnPool I can see that I have in leasingRequests 112 entries. I have searched the code and couldnt find how the entries are processed. I believe that request gets to leasingRequests when it cannot get connection, because all are used. But when the requests gets another chance? It seems to me, that it is stuck there forever.

Leasing requests are processed by #processNextPendingRequest and #processPendingRequests methods.

Oleg


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

Reply via email to