150
Administering ColdFusion Server
Clustering for scalability works by distributing load among each server in the cluster
(load balancing) using either an unintelligent-but-regular distribution sequence
(round-robin DNS and routers) or a predefined threshold or algorithm that you specify
and can adjust for each server in the cluster (specialized clustering software).
Clustering for failover relies on redundant servers to ensure that business-critical
applications remain available if one of the servers in a cluster fails. Intelligent
software-based failover solutions can detect when a server has failed and
automatically redirect new incoming HTTP requests to the cluster members that are
available. Some hardware-based failover devices that have less built-in intelligence
require an administrator’s intervention once the failure is detected.
Clustering can be accomplished using software-based solutions, such as round-robin
DNS by itself or together with a third-party package, a hardware-based solution, such
as a packet router, or a combination of the two.
Hardware-based clustering solutions
The most common and reliable hardware-based clustering solution is a device known
as a packet router. One of the most popular routers on the market is Cisco System’s
LocalDirector. A router sits in front of a cluster of Web servers and directs incoming
HTTP requests to available Web servers that form the cluster. A router works by
assessing the speed and volume of IP packet flow to and from the Web servers and then
Содержание COLDFUSION 4.5-ADMINISTRING COLDFUSION...
Страница 1: ...Allaire Corporation Administering ColdFusion Server ColdFusion 4 5...
Страница 10: ...x Administering ColdFusion Server...
Страница 22: ...xxii AdministeringColdFusionServer...
Страница 48: ...26 Administering ColdFusion Server...
Страница 58: ...36 Administering ColdFusion Server...
Страница 60: ...38 Administering ColdFusion Server Using ColdFusion in a Distributed Configuration 68...
Страница 98: ...76 Administering ColdFusion Server...
Страница 150: ...128 Administering ColdFusion Server...
Страница 198: ...176 Administering ColdFusion Server...
Страница 205: ...Chapter 6 Creating Scalable and Highly Available Web Sites 183 3 Click the DNS tab...
Страница 304: ...282 Administering ColdFusion Server...
Страница 350: ...328 Administering ColdFusion Server...