RE: Executing Groovy DSL scripts concurrently

2018-02-13 Thread Korbee Reinout
ure that with GroovyClassLoader, I can do it.Thanks for pointing it out! -Ralph Johnson On Mon, Feb 12, 2018 at 2:10 AM, Korbee Reinout <reinout.kor...@snb.ch<mailto:reinout.kor...@snb.ch>> wrote: [Boxbe]<https://www.boxbe.com/overview>[http://www.boxbe.com/stfopen?tc_serial=

RE: Executing Groovy DSL scripts concurrently

2018-02-12 Thread Korbee Reinout
Hi, According to: http://docs.groovy-lang.org/latest/html/documentation/guide-integrating.html “You must be very careful when using shared data in a multithreaded environment. The Binding instance that you pass to GroovyShell is not thread safe, and shared by all scripts.” There are some