[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua + cgilua + lightttpd
- From: Petite Abeille <petite.abeille@...>
- Date: Mon, 5 Aug 2013 19:33:02 +0200
On Aug 5, 2013, at 4:55 AM, Henrique Gogó <henriquegogo@gmail.com> wrote:
> But I've been read that cgi is too slow, and FastCGI is better.
Regarding that entire "CGI ... is highly inefficient" meme, here is Richard Hipp's take,
http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg02065.html
> "Pure cgi" is too bad to use?
No.
> I think so simple and fast to configure that
> I'm thinking use this approach to start my web application.
In many cases, simplicity and ease of use trumps all other considerations, yes.