Hi again, On the time constraint issue and playing with it, I now understand why you went the proper Callable/Future route (not some lousy external timing solution...). A few functions in the interpreter only need to check the interrupted/cancelled status (calling methods and ctors, accessing/setting properties, looping constructs and resolving identifiers); with those, we are guaranteed to check the interruption soon enough. I'll commit code in the trunk soon to make handling script cancellation/interruption a core feature and add Callable creation from script. Cheers Henri
-- View this message in context: http://apache-commons.680414.n4.nabble.com/jexl-JEXL-Secure-Sandbox-tp3626959p3665785.html Sent from the Commons - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
