TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Gunicorn 0.17.0 released

39 pointsby rajaover 12 years ago
New features: allows gunicorn to bind to multiple address add SSL support add syslog support add nworkers_changed hook add response arg for post_request hook parse command line with argparse (replace deprecated optparse)

3 comments

VMGover 12 years ago
<a href="https://gunicorn-docs.readthedocs.org/en/0.17.0/index.html" rel="nofollow">https://gunicorn-docs.readthedocs.org/en/0.17.0/index.html</a><p><i>Gunicorn ‘Green Unicorn’ is a Python WSGI HTTP Server for UNIX. It’s a pre-fork worker model ported from Ruby’s Unicorn project. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resources, and fairly speedy.</i>
评论 #4965843 未加载
评论 #4965960 未加载
akentover 12 years ago
Changelog: 0.17.0 / 2012-12-25<p><pre><code> - allows gunicorn to bind to multiple address - add SSL support - add syslog support - add nworkers_changed hook - add response arg for post_request hook - parse command line with argparse (replace deprecated optparse) - fix PWD detection in arbiter - miscellenaeous PEP8 fixes </code></pre> SSL support is probably the big ticket item here but I imagine most people already have an SSL termination solution already.
评论 #4965723 未加载
Spiritusover 12 years ago
Anyone know how the Python 3 support is coming along?
评论 #4965748 未加载