> Assuming that the javacript is trusted, is there anything *wrong* with
> this setup?

The JavaScript may be trusted, but perhaps there is a bug (or two) in
the code that can potentially corrupt other threads (ie other users
interaction with the system)
Moreover, it is very hard to write thread safe code, I prefer to keep
the threads as isolated as possible (and I *think* a separate scope
helps here).


-g.
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino

Reply via email to