bookmark

Nashorn Multithreading and MT-safety | Oracle Nashorn Blog


Description

Avoid sharing script objects or script arrays across threads (this includes global.) Sharing script objects is asking for trouble. Share only primitive data types, or Java objects.

Preview

Tags

Users

  • @jil

Comments and Reviews