lua-users home
lua-l archive

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


>But if you wish to have each of your multiple tasks access the same Lua
>environment (perhaps by using threads) then you have a problem... because
>the current implementation does not perform any critical section locking.

You can compile Lua 5.0 to do this.
--lhf