Download List

Descripción del Proyecto

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. It automatically detects servers that are down and distributes clients among the available servers. This gives high availability and scalable performance.

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.

2008-05-02 15:50
0.17.3

Cuando la pluma escribe su archivo de configuración, la información se incluye ahora el peso. Peso de la selección de servidores basados ahora funciona mejor para un pequeño número de conexiones.
Tags: Minor feature enhancements
When pen writes its configuration file, weight
information is now
included. Weight-based server selection now works
better for small
numbers of connections.

2007-09-12 23:32
0.17.2

Peso Server ahora se pueden especificar en la línea de comandos y se muestra con el comando penctl. Las instrucciones de instalación para Windows se han actualizado. Una prueba de cordura esta en el código de inicialización.
Tags: Minor feature enhancements
Server weight can now be specified on the command line and displayed using the penctl command. Installation instructions for Windows were updated. A sanity check was added to the initialization code.

2006-06-27 11:13
0.17.1

Esta versión corrige un error en la selección de servidor ponderada: server_by_weight nunca consideraría servidores en la lista negra, que los mantuvo en la lista negra de forma indefinida.
Tags: Minor bugfixes
This release fixes a bug in the weighted server selection: server_by_weight would never consider blacklisted servers, which kept them blacklisted indefinitely.

2006-01-09 19:38
0.17.0

Apoyo a la kqueue se añadió para BSD, que ofrece un mejor rendimiento que seleccione o encuesta.
Tags: Minor feature enhancements
Support for kqueue was added for BSD, offering better performance than select or poll.

2005-12-15 12:50
0.16.0

Los clientes que son rechazados por una lista de acceso pueden ser dirigidas a un servidor de "abuso". Las opciones de configuración se han modificado para asegurarse de que se entiende la situación experimental de la compatibilidad con SSL.
Tags: Minor feature enhancements
Clients that are rejected by an access list can now be directed to an "abuse server". Configuration options were modified to make sure that the experimental status of the SSL support is understood.

Project Resources