rebhichaouki / sagetv-addons

Automatically exported from code.google.com/p/sagetv-addons
0 stars 0 forks source link

Move to Groovy 1.8; run scripts in same JVM using interrupt annotations #294

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Can possibly stop sandboxing Groovy scripts into their own JVM.  This would be 
a major perf boost for the plugin task client since it would no longer have to 
make remote API calls.

There are some risks to doing this, but most of those risks would be minimized 
by the use of the new interrupt annotations in Groovy 1.8.

Original issue reported on code.google.com by de...@battams.ca on 3 May 2011 at 12:43

GoogleCodeExporter commented 9 years ago

Original comment by de...@battams.ca on 21 Dec 2012 at 10:19