lua-users home
lua-l archive

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


On 1/27/06, Klaus Ripke <paul-lua@malete.org> wrote:
> No, async IO (like aio or the win overlapping style) is very rarely used
> in webservers, and many do not even use nonblocking IO but rely on a
> thread or process pool to just do the waiting.
>
This is incorrect. Zeus (which I think hosts the Lua website) is a
non-blocking webserver (which wins most of the benchmarks).

DB