Application Isolation API: Difference between revisions

Content deleted Content added
Removed {{future software}}.
Line 1:
{{future software}}
 
The '''Application Isolation API''' ([[Java Community Process|JSR]] 121) provides a specification for isolating and controlling [[Java (programming language)|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 (computer science)|resource handles]] (e.g. open files) with other Isolates through a messaging facility.