lua-users home
lua-l archive

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


Hi,

> I would like to know if I can use multithreading with LUA, because I 
> have a big problem with this.

It depends on the version of Lua you are currently using, and whether or
not you will have more than one thread accessing Lua concurrently.

> I have two thread in parallel and when my first thread stop my second 
> thread, I can't use Lua console. I think that my first thread stop 
> Lua in the function dostring(...) and lua doesn't run again.

I lost you here. Can you elaborate?

Regards,
Diego.