Application Isolation API: Difference between revisions

Content deleted Content added
m {{future software}}
Dead link now links to Internet Archive
 
(6 intermediate revisions by 6 users not shown)
Line 1:
The '''Application Isolation API''' ([[Java_Community_ProcessJava Community Process|JSR]] 121) provides a specification for isolating and controlling [[Java_programming_languageJava (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%29Resource (computer science)|resource handles]] (e.g. open files) with other Isolates through a messaging facility.
{{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.
 
== External links ==
 
* [http://www.jcp.org/en/jsr/detail?id=121 JSR 121: Application Isolation API Specification]
* [https://web.archive.org/web/20170420053004/http://javawww.sunoracle.com/developertechnetwork/technicalArticlesarticles/Programmingjavase/mvm/-141094.html The Multi-Tasking Virtual Machine: Building a Highly Scalable JVM]
 
[[Category:Java_specification_requestsJava specification requests]]