[pypy-dev] wsgi

Maciej Fijalkowski fijall at gmail.com
Tue Aug 28 11:11:40 CEST 2012


On Tue, Aug 28, 2012 at 2:57 AM, Stepanov Aleksandr <alex.eri at yandex.com> wrote:
> Are there any wsgi server for latest or latest stable pypy?
>
> uwsgi needs to be built with pypy-c and shared libpypy , but i failed to build pypy as described on uwsgi wiki after 5 hours of compiling. i have not find precompiled uwsgi_pypy. uwsgi_python does not works with pypy.
>
> gunicorn starts, but workers fall without traceback.
>
> have somebody recipe to join nginx and pypy?
> --
> Best regards, Aleksandr.

Very likely your best bet is tornado as of now. It gets decent
performance even. You can try twisted web for something slower, but
probably more stable.

Cheers,
fijal


More information about the pypy-dev mailing list