Download GLB
Download GLB (Galera Load Balancer)
glb is a simple user-space TCP connection balancer made with scalability and performance in mind. It was inspired by pen, but unlike pen its functionality is limited only to balancing generic TCP connections.
Features:
- list of backend servers is configurable in runtime.
- supports server "draining", i.e. does not allocate new connections to server, but does not kill existing ones, waiting for them to end gracefully.
- on Linux 2.6 and higher glb uses epoll API for ultimate performance.
- glb is multithreaded, so it can utilize multiple CPU cores. In fact even on a single core CPU using several threads can significantly improve performance when using poll()-based IO.
- features 5 balancing policies: "least connected" (default), "round-robin", "single", "random" and "source tracking". See README for details.
- can monitor the health of destinations by polling using service-specific scripts and adjust routing table automatically. In Galera cluster it also can (optionally) discover newly added nodes and take them into use.
- libglb.so shared library that can add balancing capability to any Linux client application without recompilation or relinking by overloading standard libc connect() call in runtime. All the rest of communication then happens directly between client and server. No other client functionality is affected. See README
glb is beta software. That is it seems to be feature complete, but was not tested extensively. It was developed and tested on Linux, but theoretically should work on any system that has POSIX threads and poll().
License: GPLv2. Warranty: none whatsoever.
Version 1.0.0rc1: README, Download source. RPMs courtesy of Sam Lambert.
Previous releases
glb-0.9.2.tar.gz
glb-0.9.1.tar.gz
glb-0.9.0.tar.gz
glb-0.8.2.tar.gz
glb-0.8.1.tar.gz
glb-0.8.0.tar.gz
glb-0.7.5.tar.gz
