lua-users home
lua-l archive

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


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