lua-users home
lua-l archive

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


I've considered this possibility before. I think it has definite
appeal for when lua_xmove won't work (i.e. moving between actual
different universes, not just different threads). Since you can
persist an entire universe or a single number with equal ease, it's
not even particularly necessary to strip it down.

The one manner in which Pluto is less than ideal for this is the need
for all data to be persisted into a buffer before being unpersisted.
Changing it so that persisting and unpersisting could work
concurrently would require significant control-flow changes... I'll
take another look at the code this evening and see what exactly would
be involved.

If you use it like this, I'd definitely like to hear about how it works out.

Ben

On Mon, 16 Aug 2004 08:47:59 -0700, Mark Hamburg <mhamburg@adobe.com> wrote:
> I've been wondering whether Pluto or a stripped down version of Pluto would
> make a good tool for communicating across multiple Lua universes.
> 
> Mark
> 
>