bookmark

java - Should I use a separate ScriptEngine and CompiledScript instances per each thread? - Stack Overflow


Description

You can share a ScriptEngine and CompiledScript objects across threads. They are threadsafe. [...] What you can't share is Bindings objects.

Preview

Tags

Users

  • @jil

Comments and Reviews