Re: nginx and lua for web scripting
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: nginx and lua for web scripting
- From: Petite Abeille <petite.abeille@...>
- Date: 2012年9月25日 00:06:44 +0200
On Sep 24, 2012, at 11:17 PM, Sean Conner <sean@conman.org> wrote:
> You still have the overhead of parsing, but if you precompile your Lua
> code, even that can be minimized.
And if you really think this is going to make any practical difference, package the entire enchilada into one tight little executable with srclua [1] or such.
[1] http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#srlua
- References:
- Re: debug library, Seppl Vorderhörer
- Re: debug library, Luiz Henrique de Figueiredo
- Re: debug library, Pierre Chapuis
- nginx and lua for web scripting, g.lister
- Re: nginx and lua for web scripting, Petite Abeille
- Re: nginx and lua for web scripting, Harley Laue
- Re: nginx and lua for web scripting, Coda Highland
- Re: nginx and lua for web scripting, Harley Laue
- Re: nginx and lua for web scripting, Coda Highland
- Re: nginx and lua for web scripting, Alex Queiroz
- Re: nginx and lua for web scripting, Sean Conner