[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Byte code compiling question
- From: Sam Roberts <vieuxtech@...>
- Date: Sun, 9 Oct 2011 12:19:27 -0700
> In my system I have 2 Lua tasks that run totally independently, they are
> mutually exclusive however, so when the other Lua state needs to run, I shut
> down the current task and Lua state and start up a new task and a new Lua
> state.
Just because they are mutually exclusive, doesn't mean you have to close the
lua state. Is there something else going on to cause you to do that?
Can't you leave
them both in existence, and just run one, or the other?
Sam
- References:
- Byte code compiling question, Jeff Smith
- Re: Byte code compiling question, Luiz Henrique de Figueiredo
- RE: Byte code compiling question, Jeff Smith
- Re: Byte code compiling question, Javier Guerra Giraldez
- RE: Byte code compiling question, Jeff Smith
- Re: Byte code compiling question, Javier Guerra Giraldez
- RE: Byte code compiling question, Jeff Smith
- Re: Byte code compiling question, Bogdan Marinescu
- Re: Byte code compiling question, Patrick Rapin
- Re: Byte code compiling question, Bogdan Marinescu
- RE: Byte code compiling question, Jeff Smith
- RE: Byte code compiling question, Jeff Smith