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

此版本修复虚拟主机配置读取器中的一个小小的 bug。
This release fixes a little bug in the vhost configuration reader.

2012-02-11 08:05
0.32.0

猴子工人现在有名称 (例如: ps-L-p PID),并有最新的 Debian 规则分发猴子默认 HTML。已修复配置脚本分发插件脚本。猎豹现在工作在服务器模式下,默认情况。此发行版不赞成 ip_str 的插件结构字段并删除多余的强制转换。
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

该核心 API 中此发行版添加导出函数来设置 IP 字符串的格式,并修复 IP 字符串生成器 (ipv4 和 ipv6)。藤本植物和 Liana_SSL,它不赞成 _mkp_network_io_ip_str()。记录器和棕榈现在使用新的 IP 字符串生成器。记录器中已修复内存泄漏。
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

IPv6 支持现在是完全功能和合并成藤本植物。核心有较好的处理能力与服务器负载。double-free() 被固定的在 client_session 时保持关闭。对于投入的和删除的方法,可以通过插件 API 接口处理提供新的支持。可新不失为和新的实验 WebSockets 插件。
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

已添加了实验 IPv6 支持。
Experimental IPv6 support has been added.

Project Resources