Python 的 HTTP 服务器,Gunicorn 19.2.1 发布

jopen 9年前

Gunicorn 是一个Python WSGI UNIX的HTTP服务器,从Ruby的独角兽(Unicorn )项目移植,能与很多Web框架兼容,只需非常简单的执行,轻量级的资源消耗,以及相当迅速。

特点:
    本身支持WSGI、Django、Paster
    自动辅助进程管理
    简单的 Python配置
    允许配置多个工作环境
    各种服务器的可扩展钩子
    与Python 2.x > = 2.5 兼容

Gunicorn 19.2.1 发布,改进内容:

Logging

  • expose loglevel in the Logger class

AsyncIO worker (gaiohttp)

  • fix #977 fix initial crash

Documentation

  • document security mailing-list in the contributing page.

项目地址:https://github.com/benoitc/gunicorn/