Lesezeichen

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


Beschreibung

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

Vorschau

Tags

Nutzer

  • @jil

Kommentare und Rezensionen