Downloadliste

Projektbeschreibung

GLB is a user-space TCP load balancer similar to Pen. It lacks most advanced Pen features, as the aim was to make a user-space TCP proxy that is as
fast as possible. It can utilize multiple CPU
cores. A list of destinations can be adjusted in
runtime. Destination "draining" is supported. It
supports "least connected", "round-robin", "random", and "source tracking" balancing policies.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-02-12 22:33
0.9.2

Neu in dieser Version sind ein "Single" balancing Politik, wo alle Verbindungen sich an ein einziges Ziel ausgewählt nach höchsten Gewicht richten, oberste Option--, das zwingt, Lastenausgleich nur zwischen den Destinationen mit dem höchsten Gewicht und über die Option SO_KEEPALIVE auf Ziel-Verbindungen (Standard: auf) für die rechtzeitige Erkennung von dem Ziel scheitern.
Tags: Stable
New in this release are a "single" balancing policy where all connections are directed to a single destination chosen by highest weight, a --top option that forces balancing only between the destinations with the highest weight, and a SO_KEEPALIVE option on destination connections (default: on) for timely detection of the destination failure.

2013-01-14 04:07
0.9.1

Dies ist ein ziemlich wichtiges Feature-Release. Sie bietet Unterstützung für asynchrone verbindet (Standard, kann deaktiviert werden), ein intuitiver Gewichtung-Algorithmus (Gewicht 100 steht diesem Ziel mindestens 99 Verbindungen erhalten, bevor ein anderes Ziel mit Gewicht 1 gilt) und eine bessere Compliance connect() in Libglb (Weitere Anwendungen sollte nun funktionieren).
Tags: Stable
This is a rather major feature release. It adds support for asynchronous connects (default; can be disabled), a more intuitive weighting algorithm (where weight 100 means that destination will receive at least 99 connections before another destination with weight 1 is considered), and a better connect() compliance in libglb (more applications should work now).

2012-12-21 06:55
0.9.0 final

Diese Version behebt Division durch 0 aus der 0.9.0 Beta. Das Highlight ist die Einführung von libglb.so, die ausgleichende Funktion auf jede Linux-Anwendung durch Überlastung der Libc connect() aufrufen in der Common Language Runtime, die direkte Verbindungen vom Client zum Server hinzufügen können. Keine Anwendung Neukompilierung oder erneut verknüpfen ist erforderlich. Dieses Release bringt eine ausgleichende Politik des "Round-Robin".
This release fixes division by 0 from the 0.9.0 beta. The main highlight is the introduction of libglb.so, which can add balancing capability to any Linux application by overloading the libc connect() call in runtime, providing direct connections from client to server. No application recompilation or relinking is needed. This release adds a "round-robin" balancing policy.

2012-12-11 07:50
0.9.0beta

Dies ist ein weiteres wichtiges Feature Update. Es fügt die libglb.so-Laufzeit-Bibliothek, die ausgleichende Funktion auf jede Linux-Client-Anwendung ohne Neukompilierung oder durch Überlastung der standard-Libc connect() erneut verknüpfen rufen in Common Language Runtime hinzufügen können. Alle anderen Kommunikation dann erfolgt direkt zwischen Client und Server. Keine andere Clientfunktionalität ist betroffen. Diese Version auch eine "Round-Robin" ausgleichende Politik und macht "zufällige" und "Source" Richtlinien Ziel Gewicht zu respektieren.
Tags: Major, Beta
This is another major feature update. It adds the libglb.so shared library that can add balancing capability to any Linux client application without recompilation or relinking by overloading the standard libc connect() call in runtime. All other communication then happens directly between the client and server. No other client functionality is affected. This release also adds a "round-robin" balancing policy and makes "random" and "source" policies respect destination weight.

2010-02-17 05:23
0.7.4

Ein negatives Ziel Nutzung Fehler, der passiert, wenn alle Ziele verschwinden konnte, wurde behoben.
Tags: Stable, bugfix
A negative destination usage bug that could happen when all destinations disappear has been fixed.

Project Resources