> Recent blog entry ( > http://morepypy.blogspot.com/2013/03/so-you-want-to-try-pypy.html) states > > "uWSGI <https://github.com/unbit/uwsgi-docs>, while working, is almost > certainly not the best choice" > > There is no explanation so maybe You can comment if there are any issues > with uWSGI and PyPy? >
There are LOT of issues, and the vast majority of them are solved simply removing features. uWSGi is the only project out there trying to embed libpypy so i would not recommend it in production environments :( (at least for now, periodically i merge and build libpypy from bitbucket trying to adapt uWSGi to it) Another approach i tried is compiling the whole uwsgi library to a python module (there is a build profile for it in buildconf/) that can be loaded by pypy, but this is only another hack. -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
