Web 服務器,Monkey 1.6.7 發布

jopen 8年前發布 | 4K 次閱讀

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

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!