【24h】

IIS ISAPI

机译:IIS ISAPI

获取原文
获取原文并翻译 | 示例
           

摘要

It can be very difficult for a Web-hosting company to administer multiple sites within a shared-server hosting environment utilizing Microsoft Internet Information Server (IIS). Luckily, IIS provides the Internet Server Application Programming Interface (ISAPI), a mechanism that opens up server-request processing and lets administrators customize this processing through the use of ISAPI filters. ISAPI filters are usually written in C and then compiled into dynamic link libraries (DLLs), which are loaded by the Web server on startup. The filters stay in memory until the server is shut down. In contrast, you may have heard of ISAPI extensions, which are loaded only when requested. When monitoring all incoming requests to a server—as we'll do with the LogFilter tool presented later in this article—a filter can often be more efficient than an extension because there's no loading/unloading overhead.

著录项

获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号