[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Is LUA reentrant?
- From: Evgeny Belyanko <evgenylist@...>
- Date: Wed, 27 Jun 2007 19:17:23 +0400
Hi!
If I am using LUA in minimal configuration (like min.c), no C
extensions, and use reentrant stdio lib, can I use the same code in
different threads? With different lua script files, but the same code
for interpreter & compiler.
In case of minimum script, like hello.lua, how many memory for DATA
and STACK I will need (approximately).
I am intending to use LUA in stand-alone embedded system, based on uCOS
RTOS.
Thank you in advance for help!
Evgeny Belyanko.