Penguin

Differences between current version and revision by previous author of ModBackhand.

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

Newer page: version 6 Last edited on Friday, May 20, 2005 11:03:25 am by CraigBox
Older page: version 5 Last edited on Friday, August 8, 2003 3:54:07 pm by PhilMurray Revert
@@ -5,9 +5,9 @@
 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, it can also easily be combined with other tools to provide complete IP failover ([Whackamole ]) or HighAvailability for logging (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 ([Wackamole ]) or HighAvailability for logging (ModLogSpread). 
  
 Website [http://www.backhand.org/mod_backhand/] 
  
 See ModBackhandExample