Today in IIS found a
Options for keeping HTTP connections
Described below
Enable Keep HTTP connections
Most WEB browsers require the server to remain connected to multiple requests, which is called "Keep HTTP connections." Maintaining a connection is an HTTP specification that can significantly enhance server performance. Without it, browsers will have to make multiple connection requests to pages that contain multiple elements, such as graphics. You may need to generate a connection for each element. These additional requests and connections require additional server activity and resources, which reduces server efficiency and slows down the browser and is insensitive to response, especially for high latency (slow) connections. The "Keep HTTP connection" is enabled by default during the installation process.
The first reaction is the response.isclientconnected in the ASP, the connection timeout above should be related to this. I've been wondering about the implementation principle and concrete function of ASP this Dongdong
Then think, if this is turned on, Ajax multiple requests should be similar to the database connection, the connection is always there. Will save a lot of resources. There should be a lot of things worth studying here. Let's record the
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service