HTTP. sys

Source: Internet
Author: User

Strictly speaking, HTTP. sys is no longer in the scope of IIS, so HTTP. sys configuration information is not stored in the metabase of IIS, but is defined in the registry. The path of the HTTP. sys registry entry is hkeylocal machine/systemlcurrentcontrolsetlservices/HTTP 0 HTTP. sys, which brings the following benefits.

? Continuous monitoring: As HTTP. sys is a network driver and is always running, it can respond to users' HTTP requests in a timely manner.

? Better stability: http. sys runs in the operating system kernel mode and does not execute any user code. Therefore, HTTP. sys is not affected by web applications, working processes, and IIS processes.

? Data cache in kernel mode: If a resource is frequently requested, HTTP. sys caches the response content, and the cached content can directly respond to subsequent requests. Because this is a cache based on the kernel mode, there is no switch between the kernel mode and the user mode, and the response speed will be greatly improved.

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.