Download List

Descripción del Proyecto

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.

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.

2012-01-03 10:41 Back to release list
0.30.0

Compatibilidad con IPv6 ahora es totalmente funcional y se fusionaron en Liana. El núcleo tiene mejor manejo de la carga del servidor frente a capacidad. Double-Free() se fija en client_session cuando keepalive está desactivada. Nuevo soporte está disponible para los métodos PUT y DELETE, que pueden ser manejados por la interfaz plugin API. Nuevas páginas del manual y un nuevo plugin WebSockets Experimental están disponibles.
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