[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua and interprocess communication libraries ?
- From: Stefan Reich <stefan.reich.maker.of.eye@...>
- Date: Wed, 19 Oct 2011 16:34:24 +0000
zeromq indeed looks very interesting! Like sockets, just... better. :)
On Wed, Oct 19, 2011 at 12:15 PM, Tarmo Pikaro <tapika@yahoo.com> wrote:
> Has anyone ever tried to serialize full lua stack and return lua stack from
> remote process -
> would it be difficult to achieve ?
Uhm. You mean halting a Lua thread, serializing it and then unpacking
it on another machine? Is that what you want to do? Just so I can
understand what your request is about.
-Stefan