On Apr 18, 2011, at 8:35 PM, Charles Nutter <[email protected]> wrote:

> I am interested in the state of the art for doing this on the JVM.


I'd be interested to see what you find. Here are a few links [1] [2] [3] from a 
few years back when I did a little investigation of isolating multiple apps in 
a single JVM. For my needs I ended up with separate JVMs to satisfy some other 
constraints (e.g. some components were focused on low latency responses, while 
others were focused on pure throughput, so it made sense to separate these and 
apply different GC policies).

[1] Secure and Reliable Java-Based Middleware - Challenges and Solutions 
http://www.inf.usi.ch/faculty/binder/documents/ares06.pdf
[2] JSR 121: Application Isolation API Specification 
http://jcp.org/en/jsr/detail?id=121
[3] JSR 284: Resource Consumption Management API 
http://jcp.org/en/jsr/detail?id=284

- Dave

-- 
You received this message because you are subscribed to the Google Groups "JVM 
Languages" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/jvm-languages?hl=en.

Reply via email to