lua-users home
lua-l archive

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


On Fri, Apr 4, 2014 at 7:46 PM, Coroutines <coroutines@gmail.com> wrote:
>  Is there a better way (than object -> string marshalling) ?

don't move objects around.

if they're big and/or complex, it's better to designate one thread as
it's "owner", and other ones just tell it what to do with it.

-- 
Javier