Re: Idea for an event loop library
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Idea for an event loop library
- From: Matthieu Tourne <matthieu.tourne@...>
- Date: 2012年5月10日 01:15:30 -0700
On Wed, May 9, 2012 at 8:48 AM, Ignacio Burgueño
<ignaciob@inconcertcc.com> wrote:
On Wed, May 9, 2012 at 11:24 AM, Rob Hoelz
<rob@hoelz.ro> wrote:
I was thinking that luvit would be one of the supported backend event
loops.
Surely, LuaNode being another :D
Regards,
Ignacio
Maybe a bit off topic, but for a web application server there is also that :
It leverages the event loop in Nginx, and also introduces lua "cosockets" which allows for non blocking backend code embedded directly in Nginx.
Cheers,
Matthieu.