What is the lifecycle and concurrency semantics of Rhino Script Engine
So I’ve run the experiment and the Rhino engine reports “Mozilla Rhino” is MULTITHREADED which the JavaDocs asserts “MULTITHREADED” – The engine implementation is internally thread-safe and scripts may execute concurrently although effects of script execution on one thread may be visible to scripts on other threads.” Here’s the code…it looks threadsafe to me, as … Read more