On Tue, Aug 28, 2012 at 5:11 PM, Maciej Fijalkowski <[email protected]>wrote:
> On Tue, Aug 28, 2012 at 2:57 AM, Stepanov Aleksandr <[email protected]> > 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 > _______________________________________________ > pypy-dev mailing list > [email protected] > http://mail.python.org/mailman/listinfo/pypy-dev > Hi You can try cyclone (http://cyclone.io) it is twisted based. I ran some tests on ubuntu with pypy, The performance was quite impressive so I plan to use it with pypy for production purpose.
_______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
