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

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

android - layout with fragment and framelayout replaced by another fragment and framelayout -