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-11 11:25 Back to release list
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.

Project Resources