On Mon, Nov 26, 2001 at 06:56:09PM +1100, Peter Donald wrote: > It won't be until JDK1.5 is out and the Isolate API comes into use where apps > can throw caution to the wind and do whatever they want without messing up > other apps. Phoenix will definetly be supporting this mode of operation ... > wont encourage bad programming though ;)
.. and to save you all a google search, here's the relevant JSR: http://www.jcp.org/jsr/detail/121.jsp "This API provides a uniform mechanism for managing Java application life cycles that are isolated from each other, at least with respect to object reachability, but that can potentially share underlying implementation resources. It provides a means of deploying new Java implementation features that enable and enhance scalability while providing an alternative to ad hoc control schemes." and docs for java.lang.Isolate: http://java.sun.com/j2se/jcp/AppIsolationAPI/javadoc/java/lang/isolate/Isolate.html --Jeff -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>