5

What are pros/cons?

-Stability

-Developer friendliness

-System resources

-Scalability

webnat0
  • 2,646
  • 5
  • 29
  • 43

1 Answers1

0

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.