Download List

Projeto Descrição

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.

System Requirements

System requirement is not defined
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

Novo nesta versão é um "single" diretiva de balanceamento onde todas as conexões são direcionadas para um único destino escolhido pelo peso mais elevado, uma superior opção-- que as forças de balanceamento apenas entre os destinos com o peso mais alto e uma opção SO_KEEPALIVE em conexões de destino (padrão: em) para a detecção oportuna da falha do destino.
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

Esta é uma versão um pouco maior. Acrescenta suporte para conecta assíncrono (padrão; pode ser desativado), um algoritmo de ponderação mais intuitivo (onde 100: peso esse destino receberá pelo menos 99 ligações antes de que é considerado outro destino com peso 1) e um melhor cumprimento de Connect () em libglb (pedidos mais devem funcionar agora).
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

Esta versão corrige a divisão por 0 da 0.9.0 beta. O destaque principal é a introdução de libglb.so, que pode adicionar capacidade de equilíbrio para qualquer Linux aplicativo por sobrecarga a libc Connect () chamar em tempo de execução, fornecendo conexões diretas do cliente ao servidor. Nenhum aplicativo recompilação ou religação é necessária. Esta versão adiciona uma política de equilíbrio de "rodízio".
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

Esta é outra característica importante de atualização. Ele adiciona a biblioteca compartilhada libglb.so que pode adicionar capacidade de equilíbrio para qualquer Linux aplicativo cliente sem recompilação ou religação por sobrecarga a libc padrão Connect () chamar em tempo de execução. Todas as outras comunicações então acontece diretamente entre o cliente e o servidor. Nenhuma outra funcionalidade do cliente é afetada. Esta versão também adiciona uma política de equilíbrio de "rodízio" e faz políticas "aleatórias" e "fonte" respeitar o peso do destino.
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

Um bug uso negativo de destino que pode acontecer quando todos os destinos desaparecer foi corrigido.
Tags: Stable, bugfix
A negative destination usage bug that could happen when all destinations disappear has been fixed.

Project Resources