-
Bug
-
Resolution: Done
-
Major
-
1.2.0.Beta10
-
None
-
Workaround Exists
-
The RequestLimitingHandler allows to specify a maximum of concurrent request as well as a queue size.
Problem Description:
In case requests are queued and a client(s) closes the connection, say because of client side socket timeout, these requests are not taken from the queue, and to also not proceed with the next requests in the queue.
In this state, no request are processed anymore (the request are never released from the queue).
Note that there are servlets involved in my case. Perhaps this information is relevant.