Application Isolation API: Difference between revisions

Content deleted Content added
mNo edit summary
m {{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_%28computer_science%29|resource handles]] (e.g. open files) with other Isolates through a messaging facility.