[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua in Nginx on Gentoo
- From: Javier Guerra Giraldez <javier@...>
- Date: Tue, 23 Nov 2010 20:05:53 -0500
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