> On Fri, Dec 10, 2010 at 2:25 PM, Roberto De Ioris <[email protected]> > wrote: >> If >> someone propose a standard for virtualhosting-proxy, the need of having >> to >> write python code for routing can be removed, gaining a lot of more >> power. > > what about doing it in Lua instead of python? especially if uWSGI is > compiled with LuaJIT, it can get very close to raw C performance.
yeah, you are right, and writing async/evented apps in Lua is simpler than python. I will do some test > > i haven't checked the new plugin architecture, so i don't know if it's > possible to use one language for routing and another for the > webapps... > Yes it is possibile, i need only to export the full api to lua (but its a simple and fast job) -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
