Download List

專案描述

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 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

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 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

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

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