lua-users home
lua-l archive

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


Note that the mutex is only an issue if you want to run Lua from multiple
process threads sharing the same set of globals.

Mark

on 9/26/03 1:18 PM, Kevin Baca at lualist@aidiastudios.com wrote:

> That's what I was thinking as well.
> 
> I also wasn't aware of the impact of the mutex.
> 
> Thanks!
> 
> -Kevin