lua-users home
lua-l archive

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



On Wed, Mar 28, 2012 at 8:56 AM, steve donovan <steve.j.donovan@gmail.com> wrote:
On Wed, Mar 28, 2012 at 1:37 PM, Axel Kittenberger <axkibe@gmail.com> wrote:
> The more you work with immutables, the easier it gets.

True, but using Lua we are restricted, and luvit is a similar kind of
solution to the single-threaded issue as Node.js is for _javascript_.

<cheap_advertising>
LuaNode is also a similar kind of solution.
</cheap_advertising>

Did you take a look at Helper Threads Toolkit?
https://github.com/javierguerragiraldez/helper-threads

IIRC it enables you to address some of the issues you've presented.

Regards,
Ignacio