[pypy-dev] Will pypy reach performance of HHVM?(one Day)

Maciej Fijalkowski fijall at gmail.com
Sat Sep 6 23:20:24 CEST 2014


On Sat, Sep 6, 2014 at 3:11 PM, Phyo Arkar <phyo.arkarlwin at 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.


More information about the pypy-dev mailing list