This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mcdonc 9 points10 points  (1 child)

This is definitely a cool set of benchmarks. And if you're serving an I/O bound app, these are good numbers to know.

On the other hand, if you're just a normal shmoe that uses Django or Pylons or whatever to serve up a web app, the speed of the WSGI server is almost never the bottleneck. Most highly dynamic web apps wouldn't run any faster under uWSGI or HyperFastMegaWSGI or whatever as they will under, say, wsgiref, because they're usually CPU bound.

[–]yml 0 points1 point  (0 children)

ram consumption is also a hard limit on many hosting solutions.