V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
gclove
V2EX  ›  Python

大家是用 Gunicorn 还是 uwsgi 的 ?

  •  
  •   gclove · 2017-08-23 20:55:45 +08:00 · 5623 次点击
    这是一个创建于 2429 天前的主题,其中的信息可能已经有所发展或是发生改变。

    Python 萌新求教 ~~

    21 条回复    2017-08-29 00:42:20 +08:00
    fen
        1
    fen  
       2017-08-23 20:57:36 +08:00
    Gunicorn,简单
    fengleidongxi
        2
    fengleidongxi  
       2017-08-23 20:59:23 +08:00
    Gunicorn,简单
    WangYanjie
        4
    WangYanjie  
       2017-08-23 21:06:47 +08:00
    Gunicorn
    awanabe
        5
    awanabe  
       2017-08-23 21:10:14 +08:00
    虽然用 uwsgi
    看了下 gunicorn 的文档, 觉得 gunicorn 的可配置型高很多
    整体感觉用起来差不多
    tuutoo
        6
    tuutoo  
       2017-08-23 21:11:47 +08:00 via iPhone
    gunicorn
    RandomK
        7
    RandomK  
       2017-08-23 21:18:05 +08:00
    uwsgi
    clino
        8
    clino  
       2017-08-23 21:18:05 +08:00
    uwsgi
    ipwx
        9
    ipwx  
       2017-08-23 21:20:20 +08:00
    Gunicorn
    wentian
        10
    wentian  
       2017-08-23 21:40:24 +08:00 via Android
    公司 gunicorn


    自己项目 uwsgi
    wellsc
        11
    wellsc  
       2017-08-23 21:41:57 +08:00 via iPad
    Uwsgi
    jackgxc
        12
    jackgxc  
       2017-08-23 21:45:23 +08:00
    两个都用过 时间紧 来不及看文档就 gunicorn
    ihciah
        13
    ihciah  
       2017-08-23 21:48:14 +08:00 via iPhone
    uwsgi
    Hstar
        14
    Hstar  
       2017-08-23 22:01:27 +08:00
    uwsgi
    virusdefender
        15
    virusdefender  
       2017-08-23 22:03:10 +08:00
    gunicorn

    uwsgi 经常遇见崩溃
    janxin
        16
    janxin  
       2017-08-24 07:44:53 +08:00 via iPhone
    之前一直 uwsgi,后来省事儿就 gunicorn
    chengxiao
        17
    chengxiao  
       2017-08-24 07:57:27 +08:00 via iPhone
    Uwsgi 就第一次配置麻烦吧?后面复制过来改个路径端口就行了
    cloudyplain
        18
    cloudyplain  
       2017-08-24 09:18:33 +08:00
    gunicorn,uwsgi+gevent 在 pypy 下有问题
    gclove
        19
    gclove  
    OP
       2017-08-24 17:41:12 +08:00
    Thank you ~ 感谢大神们 。 我也决定用 Gunicorn 啦
    justff
        20
    justff  
       2017-08-26 12:39:01 +08:00 via Android
    gunicorn+gevent
    或者
    gunicorn+meinheld
    Zzzzzzzzz
        21
    Zzzzzzzzz  
       2017-08-29 00:42:20 +08:00
    gevent 在 pypy 下性能并不高, 而且容易出诡异的问题, 不如跑下 profile, 把性能瓶颈的部分用 cython 优化下, 继续用 cPython 算了
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5930 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 32ms · UTC 02:04 · PVG 10:04 · LAX 19:04 · JFK 22:04
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.