Posts: 90
Threads: 8
Joined: Dec 2011
Thanks: 0
Given 4 thank(s) in 4 post(s)
Regarding to the author the bindings should be freed on vm shutdown..
I´ll look closer into this issue when I finished what I´m currently working on.
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
This brings one more question to mind, regarding "sandboxing". Lua plugins are currently "sandboxed" - they don't see each other, each has a separate context. How about Squirrel plugins, are they sandboxed as well, or can they interact? If so, do they share their contexts properly? And are they thread-safe?
Posts: 90
Threads: 8
Joined: Dec 2011
Thanks: 0
Given 4 thank(s) in 4 post(s)
The SquirrelPlugins are currently not sandboxed, they all live in one context and can interact theoretically.
But I don´t think they are thread-safe.