[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Bytecode: Safe or not? / luac manual
- From: steve donovan <steve.j.donovan@...>
- Date: Tue, 1 Nov 2011 15:50:17 +0200
On Tue, Nov 1, 2011 at 3:42 PM, Stefan Reich
<stefan.reich.maker.of.eye@googlemail.com> wrote:
> Sorry, but what does this have to do with anything discussed before?
But it is relevant; in theory it is impossible to tell whether a
foreign script will ever finish executing. Hence the need for
time-outs and memory limits, etc.
Personally I feel that it's best to pass code as text, rather than bytecode.
You will also need a clever security model so some trusted scripts can
actually do something on the machines they run on.
steve d.