[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] lua-handlers - async. tcp/udp sockets and HTTP requests.
- From: Javier Guerra Giraldez <javier@...>
- Date: Wed, 29 Dec 2010 09:17:37 -0500
On Wed, Dec 29, 2010 at 9:09 AM, steve donovan
<steve.j.donovan@gmail.com> wrote:
> Just having an async accept() would make all the difference - the rest
> of the http stuff can be done in plain Lua.
that's why i didn't bother with binding libevent's http code. once
you have a good async foundation, it's easy to do any of several
server architectures. And libevent's one wasn't anything to write
home about.
--
Javier