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.

2011-10-13 11:53
0.20.3

Liana_SSL agora descarrega-se se o plugin não está sendo usado como uma camada de transporte. Debian regras para as embalagens foram adicionadas.
Liana_SSL now unloads itself if the plugin is not being used as a transport layer. Debian rules for packaging have been added.

2011-10-11 11:25
0.20.2

Arquivos de log não-gravável agora são detectados pelo plugin agente de log. No agente de log o mestre arquivo de log é ativado por padrão e stderr agora é redirecionada para log master. Um mecanismo de falsificação dos consumidores foi implementado para evitar erros de tubo de buffer quando o arquivo de log não é acessível para operações de gravação. Dirlisting reduzido uma alocação de memória por solicitação.
Non-writable log files are now detected by the logger plugin. In Logger the master log file is enabled by default, and stderr now is redirected to the master log. A fake consumer mechanism was implemented to avoid pipe buffer errors when the log file is not accessible for write operations. Dirlisting reduced one memory allocation per request.

2011-10-04 11:59
0.20.1

DT_UNKNOWN agora é tratada no dirent struct * ent-> d_type. Codificação em partes foi fixada em listagens de diretórios juntamente com um problema onde a listagem retornou nada para solicitações de HTTP/1.0. 100% Da CPU depois que uma conexão foi interrompida foi corrigido.
DT_UNKNOWN is now handled in the struct dirent *ent->d_type. Chunked encoding was fixed in directory listings along with a problem where the listing returned nothing for HTTP/1.0 requests. 100% CPU usage after a connection was broken was fixed.

2011-10-01 22:20
0.20.0

Esta versão otimiza o scheduler, o Analisador TOC e analisador de Cadeia de caracteres (57%). O script de Banana agora Obtém o arquivo de porta e pid do arquivo de configuração. Foi adicionado um novo plug-in autenticação básica. O arquivo de configuração agora oferece suporte a uma directiva de TransportLayer para definir o plugin de transporte (http|https). O plugin de Palm utiliza uma nova solicitação de modelo e o plugin de Mandril agora aplica regras de segurança baseadas em sub-redes. Foram feitas correções menores.
This release optimizes the scheduler, TOC parser, and string parser (57%). The Banana script now gets the port and pid file from the configuration file. A new basic authentication plugin has been added. The configuration file now supports a TransportLayer directive to define the transport plugin (http|https). The Palm plugin uses a new template request, and the Mandril plugin now applies security rules based on subnetworks. Minor fixes have been made.

2011-03-31 20:00
0.13.2

Um problema com o modo não-bloqueio, quando utilizado no Android foi corrigido. O script de configuração foi melhorada. mau uso do str_build () foi corrigido no mandril plugin. O Makefile quebrado por Cheetah foi fixado com um problema de compilação no Palm plugin.
An issue with non-blocking mode when used in Android was fixed. The configure script was improved. Bad usage of str_build() was fixed in the mandril plugin. The broken Makefile for Cheetah was fixed along with a compilation issue in the Palm plugin.

Project Resources