What is request-processing pipeline?

后端 未结 2 1036
暖寄归人
暖寄归人 2021-02-02 13:36

What is request-processing pipeline with reference to IIS ?

2条回答
  •  逝去的感伤
    2021-02-02 14:16

    IIS contains several components that perform important functions for the application and Web server roles in Windows Server® 2008 (IIS 7.0) and Windows Server 2008 R2 (IIS 7.5). Each component has responsibilities, such as listening for requests made to the server, managing processes, and reading configuration files. These components include protocol listeners, such as HTTP.sys, and services, such as World Wide Web Publishing Service (WWW service) and Windows Process Activation Service (WAS).

提交回复
热议问题