Downloadliste

Projektbeschreibung

Monkey HTTP Daemon is a very fast and lightweight Web server for Linux. It uses a hybrid networking model based on asynchronous calls (event-driven) and fixed threads, which makes it scalable and capable of attending thousands of clients per second. It provides a powerful API for C and is ideal for embedded devices, thanks to its small core and plugin architecture.

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.

2012-01-03 10:41 Zurück zur Release-Liste
0.30.0

IPv6-Unterstützung ist jetzt voll funktionsfähige und zusammengeführten in Liana. Der Kern hat bessere Handhabung der Server Load versus Kapazität. Double-Free() ist auf Client_session festgelegt, wenn KeepAlive-ausgeschaltet ist. Neuer Support ist verfügbar für die PUT und DELETE Methoden, die von der Plug-in-API-Schnittstelle behandelt werden können. Neue Manpages und eine neue experimentelle WebSockets Plugin zur Verfügung.
IPv6 support is now fully functional and merged into Liana. The core has better handling of server load versus capacity. double-free() is fixed on client_session when keep-alive is off. New support is available for the PUT and DELETE methods, which can be handled by the plugin API interface. New manpages and a new Experimental WebSockets plugin are available.

Project Resources