Hi everyone, after pathetically promoting myself as the maintainer for the pypy-c api (but without realizing i have no free time for it) i decided to implement a simple python app using uwsgi as a external library. This will require a bit of work, but the idea is having pypy executing a python app calling uwsgi c functions via pypy-ctypes.
All the WSGI logic will be in pure python (read: executed by pypy) and all the rest (included emperor integration, preforking threading and async) will execute code in the libuwsgi.so This will give an extreme boost in performance (without losing the vast majority of uWSGI features) , waiting for a usable pypy-c api :) Expect an alpha release in a couple of days. -- Roberto De Ioris http://unbit.it JID: [email protected] _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
