A simple load balancer for tcp based protocols

Edit Package pen

Pen is a load balancer for "simple" tcp based protocols such as http or
smtp. It allows several servers to appear as one to the outside and
automatically detects servers that are down and distributes clients
among the available servers. This gives high availability and scalable
performance.

The load balancing algorithm keeps track of clients and will try to
send them back to the server they visited the last time. This is useful
for applications that maintain state between connections in the server,
including most modern web applications.

When pen detects that a server is unavailable, it scans for another
starting with the server after the most recently used one. That way we
get load balancing and "fair" failover for free.

Correctly configured, pen can ensure that a server farm is always
available, even when individual servers are brought down for
maintenance or reconfiguration.

The final single point of failure, pen itself, can be eliminated by
running pen on several servers, using vrrp to decide which is active.

  • Sources inherited from project openSUSE:13.1
  • Download package
  • osc -A https://api.opensuse.org checkout openSUSE:13.1:Update/pen && cd $_
  • Create Badge
Refresh
Refresh
Source Files
Filename Size Changed
init.pen 0000002492 2.43 KB over 15 years
pen-0.18.0.tar.bz2 0000112912 110 KB over 14 years
pen.cfg 0000000715 715 Bytes about 16 years
pen.changes 0000001712 1.67 KB over 14 years
pen.spec 0000004276 4.18 KB over 11 years
runpen.sh 0000000511 511 Bytes about 16 years
Comments 0
openSUSE Build Service is sponsored by