Managing dead connections #822
Unanswered
helblingVHB
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear gRPC-Device team,
whats the best way to handle dead connections?
Is there a way to list all open connections with their age? Would be a great feature for Session Utilities!
Is there a way to kill specific connections and release its resources?
How long does it take for a connection to be cleared, and what happens to the used resources?
Background:
In a production environment with many clients, a crashed client will lead to a dead connection, which keeps its resources reserved. Whats the best practive to deal with this?
A couple ideas:
Beta Was this translation helpful? Give feedback.
All reactions