Top "Keep-alive" questions

A feature of HTTP where the same connection is used for multiple requests, speeding up downloading of web pages with multiple resources.

What is the use of http non persistent connection mode

It may seem to be a trivial question but still.. I have a confusion over it. Almost at every site …

http keep-alive persistent-connection
javascript code to prevent screensaver from starting

I am completely new to javascript programming and I have a question that I didn't manage to find an answer …

javascript screensaver keep-alive
Azure Website Connection Keep-Alive

I was using Windows Azure Website to host my website. I want to enable Connection: Keep-Alive in my website, how …

asp.net azure azure-web-app-service keep-alive
gRPC connection: use keepAlive or idleTimeout?

Looking at gRPC Java doc - ManagedChannelBuilder, there're two options to manage the connections. It seems idleTimeout() is the default/…

grpc keep-alive grpc-java
How to change Keep-Alive timeout value in SpringBoot

This is a SpringBoot website. When I debug it in Chrome, I find that there is Keep-Alive: timeout=38 in the …

spring-boot keep-alive