lua-users home
lua-l archive

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


On Oct 19, 2011, at 2:15 PM, Tarmo Pikaro wrote:

> One question. I need to set up client-server kind of communication framework on local pc.
> Client will create server (start new process) by itself.

Not sure how this fits with your world view, but perhaps something like SuperScript's trigger could be a workable alternative:

http://www.superscript.com/trigger/index.html

> 
> Has anyone ever tried to serialize full lua stack

Take a look at Pluto:

http://lua-users.org/wiki/PlutoLibrary

> and return lua stack from remote process - would it be difficult to achieve ?

I suspect you are going to let us know sooner rather than later :)