Download List

Projeto Descrição

Hydra is a high performance multi-threaded HTTP server. Unlike traditional multi-threaded Web servers, it uses a constant, configurable pool of threads, and each thread can handle several connections by multiplexing the connections. This is even better than non-blocking servers, since Hydra will use every available CPU in a multi-CPU system. It also has features such as host-based virtual hosting, HTTP 1.1 features, CGI 1.1, SSL 3.0, TLS 1.0, and more. Hydra was based on the Boa Web server.

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.

2006-03-15 20:03
0.1.8

Esta versão corrige a opção - disable-smp, e permite hidra para ser usado como uma jibóia com SSL. Ele também remove o suporte para módulos HIC interno.
Tags: Code cleanup
This release fixes the --disable-smp option, and allows hydra to be used as a boa with SSL. It also removes support for HIC internal modules.

2003-11-05 01:47
0.1.4

Esta versão traz um melhor suporte de arquivos grandes, o apoio à gnutls novo, e várias outras correções de bugs.
Tags: Minor bugfixes
This version features better large file support, support for
the new gnutls, and several other bugfixes.

2003-01-20 18:12
0.1.3

Esta versão adiciona DefaultCharset e diretrizes de configuração MaxSSLConnections, uma correção para um bug no uso KeepAlive em HTTP/1.1, e algumas otimizações na análise de cabeçalho HTTP.
Tags: Minor feature enhancements
This release adds DefaultCharset and MaxSSLConnections configuration
directives, a fix for a bug in KeepAlive usage in HTTP/1.1, and some
optimizations in HTTP header parsing.

2003-01-08 19:46
0.1.2

Esta versão adiciona diversas correções para cumprir HTTP/1.1, CGIAction diretiva de configuração (scripts que permite associar com um executável), e um script init para o Red Hat.
Tags: Minor bugfixes
This release adds several fixes to comply with HTTP/1.1, configuration
directive CGIAction (which allows associating scripts with an
executable), and an init script for Red Hat.

2002-12-17 17:22
0.1.1

Um bug no Keep-Alive modo SSL foi ativado quando foi corrigido. Um tempo limite inesperado na primeira conexão a um servidor inativo foi corrigido.
Tags: Minor bugfixes
A bug in Keep-Alive mode when SSL was enabled was corrected. An unexpected timeout in the first connection on an idle server was fixed.

Project Resources