[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Which Lua API calls are safe for different Lua States in different threads?
- From: Tomas Guisasola Gorham <tomas@...>
- Date: Mon, 15 Jan 2007 11:35:19 -0200 (BRST)
Hi Graham
> I only have two threads, but they do need to share lua values so one
> is necessarily the child of the other.
Take a look at Rings (http://www.keplerproject.org/rings).
It enables a Lua program to create other Lua States and communicate
with them. This communication is restricted: only numbers, strings
and booleans are permitted. Anyway, I think it is very robust.
Regards,
Tomas