Download List

Projeto Descrição

The Linux Virtual Server Project is a project to cluster many real servers together into a highly available, high-performance virtual server. The LVS load balancer handles connections from clients and passes them on the the real servers (so-called Layer 4 switching) and can virtualize almost any TCP or UDP service, like HTTP, HTTPS, NNTP, FTP, DNS, ssh, POP3, IMAP4, SMTP, etc. It is fully transparent to the client accessing the virtual service.

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.

2003-07-07 11:46
1.1.7

Funções de hash adicionais foram incluídos para as entradas de conexão IPVS para evitar ataques de hash. O valor máximo do limite de conexão foi alterada de 65535 para INT_MAX (2147483647), o padrão foi alterado SyncId 255-0, e ip_vs_sync.c foi atualizado para o kernel Linux 2.5.74. Algum código também foi arrumada.
Tags: IPVS for kernel 2.5, Minor feature enhancements
Additional hash functions were included for IPVS
connection entries to prevent hash attacks. The
maximum value of the connection threshold was
changed from 65535 to INT_MAX (2147483647), the
default syncid was changed from 255 to 0, and
ip_vs_sync.c was updated for Linux kernel
2.5.74. Some code was also tidied up.

2003-06-11 11:55
1.1.6

Os índices de lentidão temporizador são inicializado corretamente. Agora é possível para iniciar o mestrado e daemons sync backup simultaneamente, e apoio SyncId foi adicionado para a filtragem de sincronizar mensagens recebidas. O método para obter informações sobre os daemons foi alterado, e 2.5.70 do kernel do Linux é agora suportado.
Tags: IPVS for kernel 2.5, Minor feature enhancements
The slow timer indexes are now initialized
correctly. It is now possible to start the
master and backup sync daemons simultaneously,
and SyncID support was added for filtering
incoming sync messages. The method for
retrieving information about the daemons was
changed, and the 2.5.70 Linux kernel is now
supported.

2003-05-22 15:35
1.0.9

O pedaço de código terrível que inicializado o sltimer_jiffies jiffies com o sistema, que foi adicionado na versão 1.0.8, foi removido. O módulo de agendamento Shortest Expected Delay eo módulo de agendamento Never Queue foram portados para trás de IPVS 1.1.5.
Tags: IPVS for kernel 2.4, Major bugfixes
The terrible piece of code which initialized the sltimer_jiffies with the system jiffies, which was added in version 1.0.8, was removed. The Shortest Expected Delay scheduling module and the Never Queue scheduling module were ported back from IPVS 1.1.5.

2003-05-12 19:49
1.1.5

Esta versão adiciona o Shortest Expected Delay e os módulos de agendamento Never Queue. Ele usa o kernel Linux 2.5.69, e tem uma atualização de página ipvsadm homem.
Tags: IPVS for kernel 2.5, Minor feature enhancements
This release adds the Shortest Expected Delay and the Never Queue scheduling modules. It uses Linux kernel 2.5.69, and has an ipvsadm man page update.

2003-04-21 03:39
1.1.4

ipvsadm foi atualizado para a versão 1.23 para que possa exibir o contador de conexões persistentes por "ipvsadm-Ln - persistente conn". Um contador de conexões persistentes por servidor real foi adicionado. A razão de sobrecarga de ativo / inativo conexões foi alterada 50-256 no agendador de conexão, pelo menos. A configuração docdir desnecessários no ipvsadm.spec.in foi removido.
Tags: IPVS for kernel 2.5, Minor feature enhancements
ipvsadm has been updated to version 1.23 so that it can display the counter of persistent connections by "ipvsadm -Ln --persistent-conn". A counter of persistent connections per real server has been added. The overhead ratio of active/inactive connections has been changed from 50 to 256 in the least connection scheduler. The unnecessary Docdir setting in ipvsadm.spec.in has been removed.

Project Resources