[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Sharing variables among several lua states
- From: Asko Kauppi <asko.kauppi@...>
- Date: Sun, 11 May 2003 09:06:55 +0300
you might also consider using the file system, since that is common to any threads (lua states) that are running. Depending on your details, it may be a working solution - or not. It wouldn't need any C side, though..
Tobias Käs kirjoittaa perjantaina, 9. toukokuuta 2003, kello 17:42:
Since lua states do not know about each other, you have to create a way to access the other lua state through a C interface. I do not know if there exists any library for such a thing yet.
----- Original Message -----
From: Roger D. Vargas
To: Multiple recipients of list
Sent: Friday, May 09, 2003 1:33 PM
Subject: Sharing variables among several lua states
Is possible to do such thing? Or I have to implement an external mechanism?
--
Roger D. Vargas
ICQ: 117641572
Linux user: 180787
* Tanto si piensas que puedes, como si piensas que no puedes, tienes razón *
Henry Ford