Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.0
-
None
-
Unknown
-
Description
Whenever too many request are done concurrently, the http client hangs and wait for a current request to finish before continuing.
This can lead to deadlock on some situation, preventing scenarios such as following an user the current server.
The short term solution is to increase the number of allowed concurrent requests, but this is not a long-term solution.
Attachments
Issue Links
- blocks
-
XAP-36 Provide a better handling of Http connection
- Open