Mod cluster

From NovaOrdis Knowledge Base
Revision as of 18:36, 8 January 2016 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

External

Overview

mod_cluster is an httpd-based load balancer. Like mod_jk and mod_proxy, mod_cluster uses a communication channel to forward requests from httpd to one of a set of application server nodes. Unlike mod_jk and mod_proxy, mod_cluster leverages an additional connection between the application server nodes and httpd. The application server nodes use this connection to transmit server-side load balance factors and lifecycle events back to httpd.

Subjects