On Aug 27, 2012, at 5:57 PM, Stepanov Aleksandr 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?

I thought gunicorn worked, though you don't get the full benefit of greenlets + 
pypy's JIT.

Any of the pure python wsgi servers work, e.g. paste.httpserver, CherryPy's 
(cheroot), waitress.

--
Philip Jenvey

_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to