Hello, The fact that uwsgi has this cross language possibility is extremely interesting. For some reason it triggered and unrelated question since uwsgi support multiple languages I assume that it could theoretically support multiple python VM: pypy, jython, ironpython
Regards, --yml On Sun, Dec 12, 2010 at 7:32 PM, Roberto De Ioris <[email protected]> wrote: > > > 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. > > > > 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... > > > > I have done a lot of tests and i am totally astonished by the performance > of luajit !! The same router codes that you find in the wiki runs up to 8 > times faster in lua. I will commit soon a new lua update that add all the > functions of the uwsgi api. My idea is combine the upcoming caching > platform > so i can write page fragment in python and read it super-fast in lua. > > More to come soon... > -- > Roberto De Ioris > http://unbit.it > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi >
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
