zoukankan      html  css  js  c++  java
  • IIS 7.0 and Web Farms

    1. IIS 6

    IIS 6.0 was capable of scaling out to virtually any number of web servers and had tools like
    IISCnfg.vbs to keep the IIS metabase in sync between the nodes.

    2. IIS 7

    IISCnfg.vbs is no longer available with IIS 7.0 but has been replaced with AppCmd.exe and
    the new shared configuration.

    Shared Configuration

    One major improvement that IIS 7.0 brings to the table specifically for web farms: shared configuration.

    Shared configuration allows you to store the IIS configuration files in a location of your choosing — either locally or over a UNC path,

    where multiple IIS servers can point to the same location without any sharing contention.

    The new configuration mechanism does not hold a lock on the files, so multiple servers can work with the same file simultaneously.

  • 相关阅读:
    java List 学习
    java Map 的学习
    samba服务
    linux常用命令
    解决粘包问题
    Python网络编程
    python异常处理
    python中封装
    python中继承和多态
    python面向对象基础
  • 原文地址:https://www.cnblogs.com/davidgu/p/3593434.html
Copyright © 2011-2022 走看看