Penguin

Differences between version 4 and predecessor to the previous major change of ModBackhand.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 4 Last edited on Friday, August 8, 2003 3:23:27 pm by PhilMurray Revert
Older page: version 3 Last edited on Friday, August 8, 2003 6:14:43 am by AristotlePagaltzis Revert
@@ -5,7 +5,7 @@
 ModBackhand allows you to also have the balancer on a machine which can also serve the actual requests, have it standalone on a machine with a stripped down Apache or even have multiple balancers for fault tolerance. 
  
 It works by the participating servers in the cluster broadcasting (Multicast can also be used for multiple clusters on the same network) stats about themselves (Load, CPU idle time, spare Apache processes, etc.) allowing for the balancer to make informed decisions about distributing requests instead of a naive round robin approach (such as DNS RR). 
  
-One benefit of ModBackhand over other LoadBalancing tools is that it's simple to setup and get a working cluster and can be combined with other tools to provide complete IP failover ([Whackamole]) and HighAvailability for logging aswell (ModLogSpread). 
+One benefit of ModBackhand over other LoadBalancing tools is that it's simple to setup and get a working cluster, it can also easily be combined with other tools to provide complete IP failover ([Whackamole]) or HighAvailability for logging (ModLogSpread). 
  
-AddToMe  
+See ModBackhandExample