web.py与gunicorn

web.py的application.py模块,主要实现了WSGI兼容的接口,以便应用程序被WSGI应用服务器调用。

WSGI接口的实现

app = web.application(urls, globals())
application = app.wsgifunc()

Gunicorn.conf的配置

workers = 3
bind = '127.0.0.1:8000'

Gunicorn的启动方式

/$path/bin/gunicorn $filename:application -c /$path/gunicorn.conf
  • 版权声明: 本博客所有文章除特别声明外,著作权归作者所有。转载请注明出处!
  • Copyrights © 2015-2021 小白兔
  • 访问人数: | 浏览次数:

请我喝杯咖啡吧~

支付宝
微信