[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Coroutines and blocking IO
- From: D Burgess <dburgess@...>
- Date: Fri, 27 Jan 2006 11:51:35 +1100
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