Download List

Descripción del Proyecto

Balance is a simple but powerful generic TCP proxy
with round-robin load balancing and failover
mechanisms. Its behavior can be controlled at
runtime using a simple command line syntax.
Balance supports IPv6 on the listening side, which
makes it a very useful tool for IPv6 migration of
IPv4 only services and servers.

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.

2007-11-25 00:08
3.40

El soporte de IPv6 en el lado de escuchar se ha añadido. MAXCHANNELS en balance.h se ha aumentado a 64.
Tags: Major feature enhancements
IPv6 support on the listening side has been added.
MAXCHANNELS in balance.h has been increased to 64.

2007-01-16 09:08
3.35

Un error en la funcionalidad autodisable se ha solucionado. La página del manual ha sido actualizado.
Tags: Minor bugfixes
A bug in the autodisable functionality has been fixed. The manual page has been updated.

2006-03-18 23:03
3.34

Un nuevo "autodisable" opción se ha añadido (-a), de modo que un canal tiene que volver a habilitar manualmente después de un fracaso. Syslog se ha añadido para informar de este evento. Una nueva opción-M se ha añadido, instruyendo Balance para la asignación de memoria en lugar de la memoria compartida de IPC interno. La página del manual ha sido actualizado.
Tags: Minor feature enhancements
A new "autodisable" option has been added (-a), so
that a channel needs to be manually re-enabled
after a failure. Syslog logging has been added for
reporting this event. A new option -M has been
added, instructing Balance to use memory mapping
instead of shared memory for internal IPC. The
manual page has been updated.

2005-11-16 20:04
3.32

El directorio / var / run / equilibrio puede ahora ya existen (por ejemplo, creado durante la instalación), sin quejarse y salir.
Tags: Minor bugfixes
The directory /var/run/balance may now already exist (e.g. created during installation) without complaining and exiting.

2005-10-25 11:50
3.31

TCP_NODELAY ahora está correctamente configurado de forma predeterminada. Esto desactiva el "Algoritmo de Nagle", que significativamente las velocidades de transmisión de los protocolos TCP con la petición de los pequeños / paquetes de respuesta.
Tags: Minor bugfixes
TCP_NODELAY is now properly set by default. This disables the "Nagle Algorithm", which significantly speeds TCP forwarding of protocols with small request/response packets.

Project Resources