[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: nginx and lua for web scripting
- From: Craig Barnes <craigbarnes85@...>
- Date: Tue, 25 Sep 2012 03:46:01 +0100
On 24 September 2012 22:09, Alex Queiroz <asandroq@gmail.com> wrote:
> Dr. Hipp tale is cool and so on. But his web server is a very small
> native application. After a few requests, it's gonna be cached in
> memory and will not be read from disk again. On the other hand, a Lua
> web application will not have the same luck. The native launcher will
> be cached in memory, but the Lua code has to be read from disk,
> parsed, compiled and run every time the process starts anew.
>
Not everything has to be compared in terms of CGI mentality though.
Application servers have code caching and operating systems have file
caching, which mitigate most of those problems.
- References:
- debug library, Seppl Vorderhörer
- Re: debug library, Luiz Henrique de Figueiredo
- 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