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

razor - Is this a bug in WebMatrix PageData? -

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

c# - Cloning WPF controls and object hierarchies -