lua-users home
lua-l archive

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



On 05.06.2014 22:34, Marc Balmer wrote:
> Lua nodes is a "different" way to execute Lua code.  It combines three
> existing technologies:  Lua, POSIX threads, and, 0MQ (zeromq.orq). 

Looks great. Does it work with luajit? Is it released yet?

+1 for name change, like "paranodes - parallel lua nodes".
Or "nodulo" - "node" in Spanish.

> Comments, suggestions, and, ideas welcome.

One idea taken from julialang.org - make parallel computing transparent
(independent on number of cores/machines):

http://docs.julialang.org/en/release-0.2/manual/parallel-computing/

Regards,
miko