Re: Lua and interprocess communication libraries ?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua and interprocess communication libraries ?
 
- From: Pierre Chapuis <catwell@...>
 
- Date: 2011年10月19日 19:05:00 +0200
 
You might want to take a look at those RPC options:
https://github.com/lefcha/concurrentlua/
https://github.com/jsnyder/luarpc
I have only used the first one. I think it might be
close to what you are looking for.
There are also several projects that aim at porting
MsgPack-RPC to Lua but I do not think any of them
is usable as of now.
I don't know anything that uses shm either, I might be
interested in that too...
--
Pierre Chapuis