On Sat, Sep 6, 2014 at 3:11 PM, Phyo Arkar <phyo.arkarl...@gmail.com> wrote:
>>uwsgi+pypy outperforms tornado + pypy by
> quite a large margin (I hit client limits when trying)
>
> Very interesting , i got to try uwsgi+pypy-tornado combo.

so here is a trick. tornado is a web framework that does tons of
stuff. PHP does not do all this stuff. Why not check the raw wsgi
comparison?

and, while I'm at it, it does not really matter AT ALL. Raw HTTP
comparison is nice and dandy, but you end up with 1000s of requests
per sec (10s of 1000s sometimes), while real applications, like say
wordpress, don't exceed 20/s on one CPU, so there is really no point.
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to