Updated: July 12, 2020 (June 10, 2002)

  Charts & Illustrations

IIS 6 Architecture and Request Processing

My Atlas / Charts & Illustrations

252 wordsTime to read: 2 min
Michael Cherry by
Michael Cherry

Michael analyzed and wrote about Microsoft's operating systems, including the Windows client OS, as well as compliance and governance. Michael... more

IIS 6.0 receives HTTP requests in kernel mode and delivers them to the application’s isolated worker process.

When an HTTP request arrives at the kernel-mode HTTP Listener (HTTP.sys, bottom), it checks the validity of the request. If the request is invalid, the appropriate HTTP error is immediately returned to the requester. If the request is valid, HTTP.sys checks to see if it can handle the request from its cache. If the response is in the cache, HTTP.sys sends the response immediately. Otherwise, HTTP.sys puts the request in a separate request queue for each worker process (application).

If the necessary worker process is not listening on the request queue, then HTTP.sys signals the Web Administration Service (WAS) to start and configure a worker process based on the configuration information stored in XML format in the metabase.

If a worker process or a group of worker processes (called a Web garden) is already started and connected to the request queue, the worker process pulls the request from the queue, processes it through any ISAPI filter or extension and Web application code, and returns the response to the HTTP.sys and the requester.

Atlas Members have full access

Get access to this and thousands of other unbiased analyses, roadmaps, decision kits, infographics, reference guides, and more, all included with membership. Comprehensive access to the most in-depth and unbiased expertise for Microsoft enterprise decision-making is waiting.

Membership Options

Already have an account? Login Now