What is request-processing pipeline?

笑着哭i 提交于 2020-01-11 18:53:17

问题


What is request-processing pipeline with reference to IIS ?


回答1:


The request processing pipeline in IIS is the mechanism by which requests are processed beginning with a Request and ending with a Response.

Pictures speak louder than words, you should review the IIS7 architecture diagrams on this page:

Introduction to IIS 7 Architecture - HTTP Request Processing in IIS 7




回答2:


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).



来源:https://stackoverflow.com/questions/3879944/what-is-request-processing-pipeline

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!