lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Tue, Nov 23, 2010 at 6:20 PM, Henning Diedrich <hd2010@eonblast.com> wrote:
> I plugged Lua into Nginx and it feels good. Now.

nice howto.

another option which might be (eventually) simpler is uWSGI.  it's a
FastCGI replacement for python with a tighter protocol than FastCGI
and integrated thread/process management, and many other goodies.

it's mainly for python, but has a Lua option since a few versions ago,
and the current -dev version is becoming more modularized so you could
let out the python plugin and keep the Lua one... seems like an option
to watch.

-- 
Javier