Hi, I'm executing untrusted javascript inside V8, and am having trouble with some scripts that take a long time to run.
Is there any way I can set an execution time limit of some V8 executed script? I'd like to have a way to limit either by time, lines of code executed, or something like that. I'd also like to limit memory, and any other finite resource that a script could use too much of. Thanks Oliver -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
