Monkey HTTP Daemon 1.1.0 主要改进内容:
A new CGI plugin was added.
The scheduler now registers new incoming sockets with MK_EPOLL_READ.
A new MK_EPOLL_DISABLE mode was provided along with a new epoll states mechanism, and new usage of GCC prefetch/[un]likely built-ins.
HTTP now unsets the cork flag when mk_http_send_file is done.
TCP_NODELAY is no longer enabled. mk_api is not exported.
Initial iov zeroing of offset entries was fixed.
In the configure script, plugin detection was improved and several code cleanups and optimizations were made
Monkey HTTP Daemon 是一个大约只有50KB的、功能强大而且速度非常快的 Web 服务器软件,支持 Linux 系统。它采用混合网络模型和线程epoll,具备很好的可扩展性和伸缩性,支持每秒数千访问连接。
主页:http://www.monkey-project.com/
下载:http://www.monkey-project.com/downloads
来自:开源中国社区