> The threads talk to each other and to other C based threads and therefore > need synchronization between them. Ok, but that does not mean you need need synchronization between the Lua states. So, no need for lua_lock and friends. --lhf