On Thu, Jun 9, 2011 at 10:12 PM, Doug Currie
<doug.currie@gmail.com> wrote:
There's the identically named http://sourceforge.net/projects/luathread/
and lua-llthreads https://github.com/Neopallium/lua-llthreads
Yes, unfortunately they both just use coroutines and not like LuaThread actually gives me simultaneous threads that share a lua state .
Well, if none got LuaThread I guess I'd better look elsewere for a solution. The only other I have seen sofar is lanes/linda.
If anyone has a better suggestion I'm game.
The project is a kind of communication hub connected to anything from 0 to 2k+ users at a time, some kind of multi threading feels like a must :D
/1d