> 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
Jython can already run on the uwsgi-jvm plugin (oh yes i have to write some docs :P), and i hope to have some time to complete the mono plugin to run ironpython. Both will have full threading support too. Pypy is another beast, but fortunatly i am in contact with one of its main author that could help a lot with ideas and code. On the italian pgday last friday i followed a talk about parrot, so i am thinking about adding it too (it has various language grammar already working, perl6 included) > > 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 > -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
