0
  1. nginx + uWSGI
  2. nginx + apache + wsgi
  3. nginx + supervisord管理的Python进程(Paster、Tornado或Python裸奔等)
  4. 请补充...

你的目前的部署方式,运行状况(性能)如何,你更看好哪种部署方式?

提问于 Mar 14 at 03:23

python部署

felinx ♦♦
2.1k2971100

还没配置过python,目前使用到的就是写些服务器维护的脚本也写过两个爬虫用来采集别人网站的数据了打算做web的开发,先在这里做个标记

(Mar 15 at 03:25) hipeace86

2

uwsgi会遇到很多蛋痛的Path问题,我比较喜欢Nginx upsteam到Tornado的进程上,灵活,方便定制,好管理

answered Mar 14 at 03:47

python部署

alexander ♦
16514

目前chinapy和poweredsites采用都是你说的这种方式,Python再用supervisord管理一下,确实很安逸。

(Mar 14 at 03:50) felinx ♦♦
0

nginx + flup 局域网用,压力不大,所以没有实际的数据。以后想试一下nginx + uwsgi,据说不错。

answered Mar 14 at 03:25

python部署

lixxu
11

0

apache + mod_wsgi + mod_auth_sspi实现公司内部的Single sign-on (SSO)网站,很不错的说

answered Mar 15 at 03:30

python部署

july
161

0

nginx(proxy) + gunicorn +framework(或纯python),部署维护起来很舒服

answered Apr 24 at 04:59

python部署

alexy
12012

相关文章:

  • 2021-12-11
  • 2021-05-01
  • 2021-08-14
  • 2021-10-17
  • 2021-11-30
  • 2022-01-22
  • 2021-12-03
  • 2022-01-05
猜你喜欢
  • 2021-12-05
  • 2022-12-23
  • 2022-12-23
  • 2021-05-30
  • 2021-04-26
  • 2021-11-04
  • 2021-07-06
相关资源
相似解决方案