Application Isolation API

From The Right Wiki
Revision as of 15:28, 19 February 2021 by 143.178.152.136 (talk) (Dead link now links to Internet Archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The Application Isolation API (JSR 121) provides a specification for isolating and controlling Java application life cycles within a single Java Virtual Machine (JVM) or between multiple JVMs. An isolated computation is described as an Isolate that can communicate and exchange resource handles (e.g. open files) with other Isolates through a messaging facility.

External links