HTTP服務器 Gunicorn v19.6.0 發布

jopen 8年前發布 | 12K 次閱讀 Gunicorn Python HTTP UNIX WSGI

Gunicorn 綠色獨角獸'是一個Python WSGI UNIX的HTTP服務器。這是一個pre-fork worker的模型,從Ruby的獨角獸(Unicorn )項目移植。該Gunicorn服務器大致與各種Web框架兼容,只需非常簡單的執行,輕量級的資源消耗,以及相當迅速。

特點:

  • 本身支持WSGI、Django、Paster
  • 自動輔助進程管理
  • 簡單的 Python配置
  • 允許配置多個工作環境
  • 各種服務器的可擴展鉤子
  • 與Python 2.x > = 2.5 兼容

更新日志

Core & Logging

  • improvement of the binary upgrade behaviour using USR2: remove file lockin (issue 1270)
  • add the --capture-output setting to capture stdout/stderr tot the log

file (issue 1271) - Allow disabling sendfile() via the SENDFILE` environment variable (issue 1252 - fix reload under pycharm (issue 1129)

Workers

  • fix: make sure to remove the signal from the worker pipe (issue 1269)
  • fix: gthread worker, handle removed socket in the select loop(issue 1258)

下載地址

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