设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

Gunicorn 19.7.0发布,Python的HTTP服务器

2017-3-5 21:28| 发布者: joejoe0332| 查看: 800| 评论: 0|原作者: oschina|来自: oschina

摘要: Gunicorn 19.7.0 发布了,Gunicorn 绿色独角兽'是一个Python WSGI UNIX的HTTP服务器。这是一个pre-fork worker的模型,从Ruby的独角兽(Unicorn )项目移植。该Gunicorn服务器大致与各种Web框架兼容,只需非常简单的 ...

Gunicorn 19.7.0 发布了,Gunicorn 绿色独角兽'是一个Python WSGI UNIX的HTTP服务器。这是一个pre-fork worker的模型,从Ruby的独角兽(Unicorn )项目移植。该Gunicorn服务器大致与各种Web框架兼容,只需非常简单的执行,轻量级的资源消耗,以及相当迅速。

该版本至少要求 Python 2.6.0 ,包含如下改进内容:

  • 删除了前一个版本废弃的 gunicorn_django 命令,使用命令行接口替代.

  • 删除前一个版本废弃的 django_settings 设置项,改用 raw-env 设置替代

  • 修改 ssl-version 默认值,从 ssl.PROTOCOL_TLSv1 改为 ssl.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


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部