Multi-process C calling Lua: sharing data between Lua scripts?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Multi-process C calling Lua: sharing data between Lua scripts?
- From: caco <cacophonitrix@...>
- Date: 2021年2月27日 04:28:12 +0000
From C I have master process in parallel with number of agent processes each binding a luaL_State. I want the agents Lua scripts to communicate through Lua supervised (i.e. gc'd) data. How can I do this?