Web 服務器,Monkey 1.6.7 發布
Monkey HTTP Daemon 是一個大約只有50KB的、功能強大而且速度非常快的 Web 服務器軟件,支持 Linux 系統。它采用混合網絡模型和線程epoll,具備很好的可擴展性和伸縮性,支持每秒數千訪問連接。
Monkey 1.6.7 發布,此版本更新內容:
-
Scheduler: check if event reference is already idle before to add it to the free queue.
-
Scheduler: map missing event in channel and fix bitmasks.
-
Server: HTTP: fix protocol prefix when doing HTTP redirection.
-
Server: HTTP: improve performance on index lookup.
-
Server: header: do not restrict chunked transfer encoding.
-
Server: check connection is not closed before to run a FORCE_CLOSE.
-
Server: stream: implement handler for EOF stream plus other fixes.
-
Core: macros: set ANSI_COLORS to bright mode.
-
Core: event: fix bitmask checks on epoll(7) backend.
-
Core: iov: if run out of capacity, just return -1, do not abort
-
TLS: use mk_api ref for config reader, fix OSX linker.
-
TLS: fix configuration loader for relative paths (Fix #225)
-
FastCGI: add padding and implement additional CGI environment variables.
-
FastCGI: on fcgi_exit, always disable backend events first.
-
FastCGI: use an EOF stream to handle exceptions and slow network connections.
-
FastCGI: use raw network handler when talking to the fastcgi server (Fix #226)
-
FastCGI: fix crash when Jemalloc is enabled (Fix #221)
下載:http://www.monkey-project.com/releases/1.6/monkey-1.6.7.tar.gz
來自: http://www.oschina.net/news/69589/monkey-1-6-7