|
John Klimek wrote:
Would I be better of creating a brand new lua_State for every single script as it's running that way each thread/user/script can run simultaneously with the other scripts?
Definitely, if you can get away with. That will be thread-safe (well, as thread-safe as the exposed APIs). --adam -- Adam D. Moss - adam@gimp.org