Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Diese Version behebt die - disable-smp Option, und ermöglicht die Hydra als Boa mit SSL verwendet werden. Es beseitigt auch Unterstützung für HIC internen Module.
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

Diese Version bietet bessere Unterstützung für große Dateien, die Unterstützung für die neue gnutls und einige andere Bugfixes.
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

Diese Veröffentlichung fügt DefaultCharset und MaxSSLConnections Konfigurationsoptionen, eine Korrektur für einen Fehler im Keep-Alive-Nutzung in HTTP/1.1, und einige Optimierungen im HTTP-Header-Parsing.
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

Diese Veröffentlichung fügt mehrere Updates mit HTTP/1.1, Konfiguration CGIAction Richtlinie entsprechen (die Verknüpfung mit Skripten ermöglicht eine ausführbare Datei), und ein Init-Skript für 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

Ein Fehler im Keep-Alive-Modus, wenn SSL aktiviert war wurde behoben. Ein unerwarteter Timeout in der ersten Verbindung auf einem Server im Leerlauf wurde behoben.
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