You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #9621 resolved by pull request #9777 keeps connections alive to enhance performance.
This may result in a shortage of available connection on the server and should be addressed
Describe the solution you'd like
We should track inactivity of each socket and close the oldest-inactive sockets
either (a) in general and/or (b) when available connection count is below a threshold.
Describe alternatives you've considered
Alternatively, we may need to close high-frequency short lived connections.
The text was updated successfully, but these errors were encountered:
Yep - clearly rather related, and important to get this nailed before widely deploying the connection re-using code =)
While we're there - we should shut prolly also detect and shut connections that are not making progress - 'slow' connections and so on that are drip-feeding us data.
Is your feature request related to a problem?
Issue #9621 resolved by pull request #9777 keeps connections alive to enhance performance.
This may result in a shortage of available connection on the server and should be addressed
Describe the solution you'd like
We should track inactivity of each socket and close the oldest-inactive sockets
either (a) in general and/or (b) when available connection count is below a threshold.
Describe alternatives you've considered
Alternatively, we may need to close high-frequency short lived connections.
The text was updated successfully, but these errors were encountered: