Mod cluster: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 3: | Line 3: | ||
* Official web site http://mod-cluster.jboss.org | * Official web site http://mod-cluster.jboss.org | ||
* Github documentation https://github.com/modcluster/mod_cluster/#mod_cluster | |||
* mod_cluster design https://developer.jboss.org/wiki/ModClusterDesign | * mod_cluster design https://developer.jboss.org/wiki/ModClusterDesign | ||
* Bela's mod_cluster presentation http://www.redhat.com/f/pdf/jbw/bban_320_large_clusters_in_jboss.pdf | * Bela's mod_cluster presentation http://www.redhat.com/f/pdf/jbw/bban_320_large_clusters_in_jboss.pdf |
Revision as of 19:06, 8 January 2016
TODO. Deplete https://home.feodorov.com:9443/wiki/Wiki.jsp?page=Mod_cluster
External
- Official web site http://mod-cluster.jboss.org
- Github documentation https://github.com/modcluster/mod_cluster/#mod_cluster
- mod_cluster design https://developer.jboss.org/wiki/ModClusterDesign
- Bela's mod_cluster presentation http://www.redhat.com/f/pdf/jbw/bban_320_large_clusters_in_jboss.pdf
Internal
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.