What's new? | Help | Directory | Sign in
Google
fluffy-linux-cluster
Load-balancer free clustering
  
  
  
  
    
Join project
Project owners:
  markxr

What it does

This software will create a "virtual IP address" shared between two or more machines on the same shared segment (i.e. LAN). TCP-based services running will be automatically load-balanced between the available machines.

No dedicated "load balancer" is required.

Load-balancing

We do automatic load balancing between all of the available nodes in the cluster. Nodes are automatically discovered and "heartbeat" packets used so that the other nodes know they're still there.

Fail-over

Nodes which have failed are automatically taken out of the cluster, i.e. connections will not be sent there.

Other features

Requirements

Status

A functional prototype. Not suitable for production use.

Trying it out

Currently there are no builds. The source code is in svn here. If you intend to try it out, please do so under virtual machines where no harm can be done. Ensure that you use it only on a virtual network, or a network not vital for production use. I can't guarantee that the network behaviour of this software won't break your network, even if you use virtual machines :)

Comments to markxr@gmail.com please.