You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Rivaaj Jumna <ri...@gmail.com> on 2005/05/08 03:29:25 UTC

Isolating running Java program

Hi

Not sure if this has been asked as yet but has any thought been given to 
implementing the option of isolating running Java programs within a single 
JVM process? Sort of like application domains for Java.

I'm looking forward to an Apache foundation JVM.

-- Rivaaj

Re: Isolating running Java program

Posted by Mark Wielaard <ma...@klomp.org>.
Hi,

On Sun, 2005-05-08 at 03:29 +0200, Rivaaj Jumna wrote:
> Not sure if this has been asked as yet but has any thought been given to 
> implementing the option of isolating running Java programs within a single 
> JVM process? Sort of like application domains for Java.

You might take a look at this usenix paper "Processes in KaffeOS:
Isolation, Resource Management, and Sharing in Java"
http://www.usenix.org/publications/library/proceedings/osdi2000/full_papers/back/back.pdf

Cheers,

Mark

-- 
Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html

Join the community at http://planet.classpath.org/

Re: Isolating running Java program

Posted by Peter Donald <pe...@realityforge.org>.
Hi,

There has been work done on this within the JCP. Specifically you may 
want to look at JSR #121 "Application Isolation API Specification" at

http://www.jcp.org/en/jsr/detail?id=121
http://bitser.net/isolate-interest/

HTHs,

Peter Donald

Rivaaj Jumna wrote:
> Hi
> 
> Not sure if this has been asked as yet but has any thought been given to 
> implementing the option of isolating running Java programs within a single 
> JVM process? Sort of like application domains for Java.
> 
> I'm looking forward to an Apache foundation JVM.
> 
> -- Rivaaj
>