Il giorno 30/ago/2012, alle ore 00:21, "Aaron B." <[email protected]> ha scritto:
> > The attached patch allows support for Lua frameworks such as Orbit, > which return tables instead of functions when loaded. > > Applications that return functions still work as before. If an app > returns something other than a table with a function called 'run', or a > function directly, a more detailed error message is given before > failing. > > > The other problem I reported previously - first page load works, all > others fail - turned out not to be uWSGI's fault. Orbit is returning > values outside Lua's WSAPI spec :) > > > After diving into the code, I am nothing but impressed with uWSGI. The > engineering is excellent. > Hi, the patch has been applied in 1.3, many thanks. Honestly the lua plugin (albeit one of the oldest in uWSGI repository) never got the required attention to improve it (it is not even mentioned on most of the lua framework sites even if probably it is the only one fully supporting all of the WSAPI coding styles) Currently its main usage (as far as i know) is in writing advanced routers for uWSGI, but i do not know of people using it for websites deployment -- Roberto De Ioris http://unbit.it JID: [email protected] _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
