Jump to content

Application Isolation API

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Bluebot (talk | contribs) at 15:30, 15 May 2006 (fixing bad links using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Template:Future software

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.