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-14 11:16 Back to release list
0.31.0

En el núcleo/API, esta versión agrega una función de exportación para dar formato a una cadena IP y corrige el generador de cadenas IP (ipv4 e ipv6). Liana y Liana_SSL, desprecia a _mkp_network_io_ip_str(). Registrador y Palm ahora utilizan el generador de cadenas IP nuevo. Una pérdida de memoria se ha solucionado en el registrador.
In the Core/API, this release adds an export function to format an IP string and fixes the IP string builder (ipv4 and ipv6). For Liana and Liana_SSL, it deprecates _mkp_network_io_ip_str(). Logger and Palm now use the new IP string builder. A memory leak has been fixed in Logger.

Project Resources