|
On Mar 31, 2008, at 3:56 AM, Eugen-Andrei Gavriloaie wrote:
Are you wanting to use multiple OS threads to achieve this? Lua doesn't support multi-threading by default, and enabling it through the lua_lock macros may impact performance considerably. BUT, there's nothing stopping you having Lua in a single OS thread, spawning multiple OS threads and waiting for them to return. A good example is http://helper-threads.luaforge.net/ |