Web 服务器,Monkey v1.6.1 发布
Monkey HTTP Daemon 是一个大约只有50KB的、功能强大而且速度非常快的 Web 服务器软件,支持 Linux 系统。它采用混合网络模型和线程epoll,具备很好的可扩展性和伸缩性,支持每秒数千访问连接。
Monkey v1.6.1 发布,此版本是个修复版本,解决了新构建系统和核心相关的问题。
主要改进
核心
-
Server: Streams: get rid of PTR stream type.
-
Server: HTTP: handle error page content in header iov.
-
Server: HTTP Parser: make sure to increase header count on not-known headers lookup.
-
Core: add some _GNU_SOURCE definitions required by ulibc.
构建系统
-
Configure: correct help messages.
-
Configure: new –pidpath.
-
Configure/CMake: fix –default-user and –default-port options.
-
Install: fix missing installation of man page.
-
CMake: fix local mode for PIDFILE variable.
-
CMake: fix PIDPATH variable.
-
CMake: fix –systemddir option, file now is created and installed properly.
-
CMake: fix paths when specifying a new pidfile route.
其他信息
-
Mailing list: http://lists.monkey-project.com
-
Github: http://github.com/monkey/monkey
下载:http://www.monkey-project.com/releases/1.6/monkey-1.6.1.tar.gz。
更多内容请看发行说明。