转载

Gunicorn 19.3 发布,Python 的 HTTP 服务器

3月21日 深圳 OSC 源创会开始报名罗,送华为海思开发板

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

该版本改进内容包括:

Core

  • fix: #978 make sure a listener is inheritable

  • add check_config class method to workers

  • fix select timeout in sync worker with multiple connections  ( #983 )

  • allows workers to access to the reloader. close #984

  • raise TypeError instead of AssertionError

Logging

  • make Logger.loglevel a class attribute

Documentation

  • fix  fix syntax errors in examples/gunicorn_rc ( #988 )

官方文档: http://docs.gunicorn.org/en/19.3/

下载地址: https://pypi.python.org/pypi/gunicorn/19.3.0

正文到此结束
Loading...