lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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