Hi John, "John C. Turnbull" <[email protected]> wrote on 01/16/2009 02:40:46 AM:
> Anyway, I have tracked the delay to the following line in > BaseScriptingEnvironment#loadScript(): > > interpreter.evaluate(reader, desc); > > So for some reason, the script takes longer to evaluate when the > applet is served up from GlassFish than it does when it?s run from > the local file system. Why would this be? Does the interpreter > perhaps need to load some classes/JARs in order to evaluate the > script? This is a feature of Rhino (and the way we use it) see the two message threads for more information: http://markmail.org/message/mh32ar6zcsbu2kkg#query:+page:1+mid:pu4cfeyz4jfydgws+state:results http://markmail.org/message/c5twvpqdiofk6amq#query:+page:1+mid:c5twvpqdiofk6amq+state:results I hope that helps.
