Re: Making LUA safe to execute untrusted scripts
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Making LUA safe to execute untrusted scripts
 
- From: erik@... (Erik Hougaard)
 
- Date: 2000年4月18日 12:47:37 +0200
 
> About the pre-emptive multi-tasking idea - has anyone tried this? I assume
this would be easier to implement in version
> 3.3?
I'm running each state in seperate threads - works like a charm :-) .. .I'm
using my modified 3.2 to handle the states..
/Erik