Download List

Projeto Descrição

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-02-21 10:02
0.33.0

Esta versão corrige um pequeno bug no leitor de configuração vhost.
This release fixes a little bug in the vhost configuration reader.

2012-02-11 08:05
0.32.0

Trabalhadores de macaco agora têm nomes (por exemplo ps -L -p PID), e existem regras Debian atualizadas para distribuir HTML padrão de macaco. O script de configuração foi corrigido para distribuir plugin scripts. Guepardo agora funciona no modo de servidor por padrão. Esta versão substitui o campo de struct de plug-in de ip_str e descarta conversões desnecessárias.
Monkey workers now have names (e.g ps -L -p PID), and there are updated Debian rules to distribute Monkey default HTML. The configure script has been fixed to distribute plugin scripts. Cheetah now works in server mode by default. This release deprecates the ip_str plugin struct field and drops unnecesary casts.

2012-01-14 11:16
0.31.0

No núcleo/API, esta versão adiciona uma função de exportação para formatar uma Cadeia de IP e corrige o Construtor de seqüências de IP (ipv4 e ipv6). Liana e Liana_SSL, reprova _mkp_network_io_ip_str(). Agente de log e Palm agora usam o novo Construtor de seqüências de IP. Foi corrigido um vazamento de memória no agente de log.
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.

2012-01-03 10:41
0.30.0

Suporte para IPv6 agora é totalmente funcional e mesclados em Liana. O núcleo tem melhor manipulação de carga do servidor versus capacidade. Double-Free() é fixado em client_session quando o keep-alive é desligado. Novo suporte está disponível para os PUT e DELETE métodos, que podem ser manipulados pela interface do plugin API. Novas páginas de manual e um novo plug-in Experimental WebSockets estão disponíveis.
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.

2011-10-27 06:19
0.21.0

Foi adicionado suporte experimental a IPv6.
Experimental IPv6 support has been added.

Project Resources