Gunicorn 0.17 发布,Python HTTP 服务器
<div id="cnblogs_post_body">HTTP 服务器 Gunicorn 0.17 发布了,该版本改进内容包括:[*]支持绑定多个网卡地址
[*]支持 SSL
[*]支持 syslog
[*]增加 nworkers_changed 钩子
[*]为 post_request 钩子增加 response 参数
[*]使用 argparse 解析命令行参数(废弃 optparse)
[*]fix PWD detection in arbiter
[*]miscellenaeous PEP8 fixes
Gunicorn 绿色独角兽'是一个Python WSGI UNIX的HTTP服务器。这是一个预先叉工人模式,从Ruby的独角兽(Unicorn )项目移植。该Gunicorn服务器大致与各种Web框架兼容,只需非常简单的执行,轻量级的资源消耗,以及相当迅速。
特点:
本身支持WSGI、Django、Paster
自动辅助进程管理
简单的 Python配置
允许配置多个工作环境
各种服务器的可扩展钩子
与Python 2.x > = 2.5 兼容
页:
[1]