zoukankan      html  css  js  c++  java
  • IISWeb Farm

    Web farm

    (1) A group of computer systems and Web server software that collectively provide the Web page delivery mechanism in a company either for internal use (intranet) and/or for the public Internet. It is a server farm made up of Web servers (HTTP servers). See server farm.

    (2) A group of Web servers that are controlled locally, but centrally managed. Each Web site is administered by its own Webmaster; however, centralized monitoring provides load balancing and fault tolerance. See server farm.

    server farm

    A group of servers that are housed in one facility. A server farm comprises dozens, hundreds or even thousands of rack-mounted servers, typically running the same operating system and applications. Using load balancing, the workload is distributed among all machines.

    Although the terms "server farm" and "datacenter" are mostly synonymous, a server farm often refers to a "darkened" datacenter full of Web servers that is devoid of people except for machine repairs. A general-purpose datacenter, on the other hand, may have human operators at consoles as well as people loading paper in printers and loading and unloading disc and tape cartridges. See clustering, darkened datacenter and telecom hotel.

    另一个与应用程序池有关的特性是,IIS 6.0允许将应用程序池配置成一个Web园(Web Garden)。要理解Web园的概念,可以设想这样一种情形:假设有一个IIS 5.0服务器和三个Web网站,每一个Web网站运行着相同的应用程序,如果IIS 5.0能够自动按照圆形循环的模式将请求依次发送给这些功能上等价、实际上分离的Web网站,将负载分离到三个不同的进程,就可以构成一个小型的Web农场(Web Farm)——这就是Web园。

    本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/henryhappier/archive/2009/10/31/4750495.aspx

  • 相关阅读:
    Oracle登录报错-ORA-00119
    Oracle11g配置监听
    Python Turtle模块的简单应用
    Turtle模块基本方法和使用(画布)
    python+selenium自动化禅道登录测试
    Xlrd模块读取Excel文件数据
    Selenium原理
    Axure中的登陆界面和动画轮播
    SQL Server创建用户并分配权限
    EF实体框架创建方法
  • 原文地址:https://www.cnblogs.com/henryhappier/p/1656163.html
Copyright © 2011-2022 走看看