share Lua variable between processes.
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: share Lua variable between processes.
- From: Max Ischenko <max@...>
- Date: 2001年1月11日 09:26:35 +0200
I have big Lua table and want to grant access to from several others
processes. Shared memory API seems to be what I need.
Is it possible to represent Lua table as raw byte area to be shared with
shmget() and others?
--
The good news is that in 1995 we will have a good operating system and
programming language; the bad news is that they will be Unix and C++.