lua-users home
lua-l archive

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


On Fri, Jun 10, 2011 at 2:34 PM, en dator <endator@gmail.com> wrote:
> LuaThread with its shared state is ideal, Lanes with its message passing
> will probably work too even if the rewrite will be larger than I would want.

For the large number of threads you want to create, you may find the
'global lock' of LuaThread a problem.

Lanes will scale better, and it's an interesting way to look at the
problem as well.

steve d.