[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Running multiple threads in a lua state
- From: Javier Guerra Giraldez <javier@...>
- Date: Fri, 4 Apr 2014 21:55:09 -0500
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
- References:
- Running multiple threads in a lua state, Milind Gupta
- Re: Running multiple threads in a lua state, Javier Guerra Giraldez
- Re: Running multiple threads in a lua state, Coroutines
- Re: Running multiple threads in a lua state, Luiz Henrique de Figueiredo
- Re: Running multiple threads in a lua state, Coroutines
- Re: Running multiple threads in a lua state, Sean Conner
- Re: Running multiple threads in a lua state, Coroutines
- Re: Running multiple threads in a lua state, Sean Conner
- Re: Running multiple threads in a lua state, Coroutines
- Re: Running multiple threads in a lua state, Sean Conner
- Re: Running multiple threads in a lua state, Coroutines