[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Why nobody talks about Lua
- From: Sean Conner <sean@...>
- Date: Mon, 15 Feb 2010 16:40:43 -0500
It was thus said that the Great Doug Rogers once stated:
> Sean Conner wrote:
> > And here about a framework that allows one to write TCP services in Lua:
> > http://boston.conman.org/2009/10/21.1
>
> Sean, I like your blog!
Oh, thank you!
> Have you posted the C source behind your TCP
> server - the code that starts the coroutines and handles the sockets
> (presumably using epoll())?
No, I haven't---it's a bit rough and there isn't much documentation, but
plenty of example code (and yes, it does use epoll()). I can put up what I
have if anyone is interested. One limitiation---it only uses a single
process. I could use multiple processes (or threads) but that would
complicate the code quite a bit.
-spc
- References:
- Re: Why nobody talks about Lua, Alex Combas
- Re: Why nobody talks about Lua, dcharno
- 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