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.

  • 相关阅读:
    oracle的优化-----学习笔记
    面试题-------笔记
    HTTP-1.初相识:了解HTTP协议
    Python-Basis-6th
    Python-Basis-5th
    Python-Basis-4th
    Python-Basis-3rd
    Python-Basis-2nd
    Python-Basis-1st
    scala面向对象编程
  • 原文地址:https://www.cnblogs.com/davidgu/p/3593434.html
Copyright © 2011-2022 走看看