[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Writing TCP daemons in Lua (was Re: Why nobody talks about Lua)
- From: Doug Rogers <doug@...>
- Date: Mon, 15 Feb 2010 22:11:47 -0500
Sean Conner wrote:
http://www.conman.org/software/misc/luadaemon.tar.gz
http://www.conman.org/software/cgilib/cgilib-6.0.0.tar.gz
For those who had trouble untarring them, they're gzip'd twice:
gunzip luadaemon.tar.gz
mv luadaemon.tar luadaemon.tar.gz
tar tzf luadaemon.tar.gz
Same for cgilib.
I like what you've done with it, recording the type of transaction that
each coroutine is waiting on so that it can be serviced later (if
necessary) when epoll() indicates the associated event has occurred.
Thanks for posting this! It's nice to have a good example using the
epoll() calls; I'm an old school select()er and I need to modernize.
Doug
- References:
- Re: Why nobody talks about Lua, Alex Combas
- Re: Why nobody talks about Lua, dcharno
- Re: Why nobody talks about Lua, Alexander Gladysh
- Re: Why nobody talks about Lua, Alex Combas
- Re: Why nobody talks about Lua, Timothy Hunter
- Re: Why nobody talks about Lua, Phoenix Sol
- Re: Why nobody talks about Lua, Sean Conner
- Re: Why nobody talks about Lua, Doug Rogers
- Re: Why nobody talks about Lua, Sean Conner
- Re: Why nobody talks about Lua, Mark Hamburg
- Writing TCP daemons in Lua (was Re: Why nobody talks about Lua), Sean Conner