微软为 IIS 7 发布了一个新的路由转发模块(routing module)。这个模块能根据各种情况自动将请求转发(routes)至内容服务器,例如 HTTP 头、服务器端变量或者服务器健康程度等负载均衡所考虑的状况。管理员能够在六种负载均衡算法中选择其一,并且调整检查特定服务器健康状况的条件。如果客户端能接受 cookie,或者通过主机名,就能在客户端级别上建立与内容服务器的紧密关系。
与此同时,微软以 IIS 管理器扩展的方式发布了管理与监测工具(Management and Monitoring tools),其中也包括对运行时的统计。
该社区预览版本需要 URL 重写模块(URL Rewrite Module)。
URL Rewrite Module CTP for x86
URL Rewrite Module CTP for x64
Application Request Routing CTP for x86
Application Request Routing CTP for x64
查看英文原文: Automatically Route Requests to Content Servers using IIS 7
评论