Enabling connection keepalive?
See original GitHub issueI know the grpc-go
has support for connection keepalive in the client. Is there anything similar in the grpc-node
client (or does it need to be added?).
Asking because searching for “keepalive” in this repository yields nothing and I cannot find any documentation on the matter.
https://github.com/grpc/grpc-go/blob/master/keepalive/keepalive.go#L31
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
What is HTTP Keep Alive | Benefits of Connection ... - Imperva
Enabling the keep-alive header allows you to serve all web page resources over a single connection. Keep-alive also reduces both CPU and memory...
Read more >Lighthouse: Enable Keep-Alive - GTmetrix
Enabling Keep-Alive ensures that a single TCP connection is used to transfer multiple files from the server to the browser. This helps your...
Read more >How to use keep-alive connections to improve performance
How to enable keep-alive connections. Keep-alive connections use a single TCP connection to handle multiple HTTP requests and responses.
Read more >HTTP Keep-Alive - KeyCDN Support
Enabling Keep-Alive means that the HTTP response header will show Connection: Keep-Alive . If it is not enabled, it is likely that the...
Read more >What is Keep-Alive? - StackPath
How to Enable Keep-Alive. Keep-Alive (also known as HTTP Keep-Alive or persistent connection) is a bit of communication (message) between the client and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@dio I was able to confirm the above works by enabling grpc debugging environment variables.
https://github.com/grpc/grpc/blob/master/doc/environment_variables.md
I think this one can be closed.