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

  • 相关阅读:
    一篇文章讲清楚markdown
    webservice初体验-cxf
    IReport与web项目整合
    泛型
    观察者模式
    策略模式
    设计模式与面向对象
    JavaI/O(输入/输出)
    面向对象
    Java基础类库
  • 原文地址:https://www.cnblogs.com/davidgu/p/3593434.html
Copyright © 2020-2023  润新知