]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add two new modules to handle load balancing across multiple apache servers
authorPaul Querna <pquerna@apache.org>
Mon, 1 Dec 2008 02:55:14 +0000 (02:55 +0000)
committerPaul Querna <pquerna@apache.org>
Mon, 1 Dec 2008 02:55:14 +0000 (02:55 +0000)
commit3680a77cba8b0f41a046aef38b873f8a49411355
tree6d3c3481539cabf876392e381396e9db486ff1fd
parent896b193190bc5ed78ea7ccbc8d774cfcc718dd24
Add two new modules  to handle load balancing across multiple apache servers
within the same datacenter.

mod_heartbeat generates multicast status messages with the current number of
clients connected, but the formated can easily be extended to include other
things.

mod_heartmonitor collects these messages into a static file, which then can be
used for other modules to make load balancing decisions on.

This module was originally written at Joost by Sander Striker, Justin
Erenkrantz, and myself.  We have been given permission by our employer to
contribute this module.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@721952 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/README
modules/cluster/Makefile.in [new file with mode: 0644]
modules/cluster/README.heartbeat [new file with mode: 0644]
modules/cluster/README.heartmonitor [new file with mode: 0644]
modules/cluster/config.m4 [new file with mode: 0644]
modules/cluster/mod_heartbeat.c [new file with mode: 0644]
modules/cluster/mod_heartmonitor.c [new file with mode: 0644]