Cherrypy与Apache/mod_wsgi

web*_*at0 5 python mod-wsgi cherrypy

什么是利弊?

-稳定性

- 发展友好

- 系统资源

-Scalability

小智 0

根据我的经验,最好的性能是通过像 FAPWS 或 gevent 这样的 WSGI 服务器运行 WSGI 应用程序(这里有一些基准测试: http: //nichol.as/benchmark-of-python-web-servers)。然后你可以使用 来配置 nginx proxy_pass