[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Introducing Lua nodes
- From: Marc Balmer <marc@...>
- Date: Fri, 6 Jun 2014 10:36:23 +0200
Am 06.06.2014 um 10:24 schrieb Pierre Chapuis <catwell@archlinux.us>:
>> Lua nodes is a "different" way to execute Lua code. It combines three
>> existing technologies: Lua, POSIX threads, and, 0MQ (zeromq.orq). Lua
>> nodes comes as a binary, called "node", which takes a filename of a Lua
>> program as argument. This Lua program is meant to "orchestrate" a
>> network of Nodes.
>
> OK, I could really like something like this.
>
> I already build programs composed of Lua processes
> communicating via ZeroMQ or nanomsg, and I had already
> thought about using it as an inter-thread communication
> mechanism like https://github.com/Amaury/FineDB does.
>
> Now all I need is the answer to two questions:
> what is the license and where can we get it?
The license will probably be MIT/BSD, (or GPL if I want to be mean ;)
As mentioned in a different emial, it's not yet published on github.
Oh, and I tested it only on Unix, but not on Windows, tough that might change in the future (I have a VS pro license, damn expensive...)