A simple load balancer for tcp based protocols
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:12.2
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:lafenghu/pen && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
init.pen | 0000002492 2.43 KB | |
pen-0.18.0.tar.bz2 | 0000112912 110 KB | |
pen.cfg | 0000000715 715 Bytes | |
pen.changes | 0000001712 1.67 KB | |
pen.spec | 0000004276 4.18 KB | |
runpen.sh | 0000000511 511 Bytes |
Latest Revision
branched from openSUSE:Factory
Comments 0