Download List

Projeto Descrição

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

Quando a caneta escreve seu arquivo de configuração, informações de peso, está agora incluído. Peso-seleção de servidor baseado agora trabalha melhor para um pequeno número de conexões.
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 agora pode ser especificado na linha de comando e exibido usando o comando penctl. As instruções de instalação para Windows foram atualizados. Um teste de sanidade foi adicionada ao código de inicialização.
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 versão corrige um bug na seleção de servidor ponderada: server_by_weight nunca considerariam servidores na lista negra, que os manteve na lista negra por tempo indeterminado.
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

Suporte para kqueue foi adicionado para BSD, oferecendo um desempenho melhor do que marcar ou sondagem.
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

Os clientes que são rejeitadas por uma lista de acesso pode agora ser direcionada para um servidor de "abuso". As opções de configuração foram modificados para se certificar de que o estatuto experimental do suporte a SSL é compreendido.
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