What are pros/cons?
-Stability
-Developer fri开发者_开发百科endliness
-System resources
-Scalability
In my experience the best performance is by running a WSGI app with a WSGI server like FAPWS or gevent (some benchmarks here: http://nichol.as/benchmark-of-python-web-servers). Then you can configure nginx with proxy_pass
.
精彩评论