python - Cherrypy vs. Apache/mod_wsgi -
what pros/cons?
-stability
-developer friendliness
-system resources
-scalability
in experience best performance running wsgi app wsgi server fapws or gevent (some benchmarks here: http://nichol.as/benchmark-of-python-web-servers). can configure nginx proxy_pass
.
Comments
Post a Comment