Ajax-related settings in IIS

Source: Internet
Author: User

Today, I found
Options for HTTP connection persistence

Description:

Enable HTTP connection persistence
Most Web browsers require the server to keep connections to multiple requests open, which is called "Keep HTTP Connection ". Maintaining connections is an HTTP specification that significantly enhances server performance. Without it, the browser will have to send multiple connection requests to webpages Containing Multiple Elements (SHAPES. 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 browser response, especially for high latency) this is especially true for connections. During installation, "Keep HTTP Connection" is enabled by default ".

The first response is response. isclientconnected in ASP. The above connection timeout should be related to this. I used to wonder about the implementation principles and specific functions of ASP.
Then I thought about it. If this is enabled, multiple Ajax requests should always exist like database connections. It saves a lot of resources. There should be a lot worth studying here. Record first

Related Article

Contact Us

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

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.