Re: Is ALua dead? (seeking publish/subscribe code)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Is ALua dead? (seeking publish/subscribe code)
- From: Jorge <xxopxe@...>
- Date: 2009年5月03日 20:47:03 -0300
For our work (policy based network management) we developed a
distributed notification system / publish-subscribe service /
content-based router, you name it.
If you want to know how it is supposed to be used look here :
http://www.ran.org.uy/wiki/field.php?n=Implementation.RnR .
The actual implementation there is not something i'm proud of, and i'm
reworking it right now to cut a lot of cruft and make place for some
needed functionality, like automatic overlay network creation.
Jorge
On Sat, 2009年05月02日 at 13:51 -0400, Norman Ramsey wrote:
> I'm seeking a simple Lua server for publish/subscribe message communication
> across multiple systems. I found a talk, a paper, and a luaforge page
> on ALua, but there has never been any code released.
>
> Does anyone know where to find Alua code?
>
> Does anyone have any other recommendations on a simple, low-performance
> publish-subscribe mechanism for Lua?
>
>
> Norman