HTTP服務器 Gunicorn v19.7.0 發布
開源地址:https://github.com/benoitc/gunicorn
更新日志: http://docs.gunicorn.org/en/stable/news.html
上次發布:http://www.baiduhome.net/news/view/4558f600
標簽:Gunicorn,Python,HTTP,UNIX,WSGI
標題 :
HTTP服務器 Gunicorn [XXX] 發布
logo:http://static.open-open.com/news/uploadImg/20160523/20160523223319_58.png
簡介:
Gunicorn 綠色獨角獸'是一個Python WSGI UNIX的HTTP服務器。
詳細:
Gunicorn 綠色獨角獸'是一個Python WSGI UNIX的HTTP服務器。這是一個pre-fork worker的模型,從Ruby的獨角獸(Unicorn )項目移植。該Gunicorn服務器大致與各種Web框架兼容,只需非常簡單的執行,輕量級的資源消耗,以及相當迅速。
特點:
- 本身支持WSGI、Django、Paster
- 自動輔助進程管理
- 簡單的 Python配置
- 允許配置多個工作環境
- 各種服務器的可擴展鉤子
- 與Python 2.x > = 2.5 兼容
更新日志
- The previously deprecated
gunicorn_django
command has been removed.
Use the command-line interface instead. - The previously deprecated
django_settings
setting has been removed.
Use the raw-env setting instead. - The default value of ssl-version has been changed from
ssl.PROTOCOL_TLSv1
tossl.PROTOCOL_SSLv23
. - fix: initialize the group access list when initgroups is set (#1297)
- add environment variables to gunicorn access log format (#1291)
- add --paste-global-conf option (#1304)
- fix: print access logs to STDOUT (#1184)
- remove upper limit on max header size config (#1313)
- fix: print original exception on AppImportError (#1334)
- use SO_REUSEPORT if available (#1344)
- fix leak of duplicate file descriptor for bound sockets.
- add --reload-engine option, support inotify and other backends (#1368, #1459)
- fix: reject request with invalid HTTP versions
- add
child_exit
callback (#1394) - add support for eventlets _AlreadyHandled object (#1406)
- format boot tracebacks properly with reloader (#1408)
- refactor socket activation and fd inheritance for better support of SystemD (#1310)
- fix: o fds are given by default in gunicorn (#1423)
- add ability to pass settings to GUNICORN_CMD_ARGS environnement variable which helps in container world (#1385)
- fix: catch access denied to pid file (#1091)
- many additions and improvements to the documentation
- Python 2.6.0 is the last supported version
下載
本站原創,轉載時保留以下信息:
本文轉自:深度開源(open-open.com)
原文地址:http://www.baiduhome.net/news/view/24baba9
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!