Re: Lock contention in Groovy Shell interpreter under high load

2017-08-10 Thread Jochen Theodorou
On 10.08.2017 20:40, Aman Jain wrote: Thank you, Jochen! It is very helpful. So, what I understand is that I can cache either the Script (evalScript) *or* Script Class (evalScript.getClass()) instances in my application code and reuse them. well, since you put the "or" in bold I tend to

Re: Lock contention in Groovy Shell interpreter under high load

2017-08-10 Thread Jochen Theodorou
Just for reference...this seems to be https://stackoverflow.com/questions/45578426/lock-contention-in-groovy-shell-interpreter-under-high-load more inline On 09.08.2017 18:58, Aman Jain wrote: Hello, We are evaluating GroovyShell interpreter (v2.4) in