Mail Archive Home | architecture List | October 2003 Index
| <-- Date Index --> | <-- Thread Index --> |
Dmitry, thanks for the information. For the sharing of code: This is not the idea behind that API. Instead what this API targets at is the ability of running many java apps in parallel inside the same VM instance without interfering with each other. This enables lightwight server implementations. If you have app one and app two which currently need to run in two VM instances two not interfere with each other (e. g. they are acting on VM resources), they now can run in one VM instance and such share one OS task while still beeing insulated from each other. Have Fun Markus -------- Original Message -------- Subject: RE: [ObjectWeb architecture] Java Isolation API (13-Okt-2003 9:50) From: dleskov@xxxxxxxxxxxxxxxxx To: markus.karg@xxxxxxxxx > Markus, > > Sorry to disappoint you, but JSR 121 is NOT listed in the updated version > of > clause 3.1 of JSR 176 "J2SE 1.5 (Tiger) Release Contents", so it will not > even be considered for evaluation: > > http://www.jcp.org/en/jsr/detail?id=176 > > This had sparked protests in Java developer communities - see e.g. > http://www.javalobby.org/thread.jsp?forum=61&thread=8563 > > Besides, with ahead-of-time compilers one could begin using DLLs/shared > libs > for sharing code and static data between applications at the OS level years > ago. > > With best regards, > > Dmitry > > > -----Original Message----- > > From: Markus Karg [SMTP:markus.karg@xxxxxxx] > > Sent: Saturday, October 11, 2003 12:59 AM > > To: architecture@xxxxxxxxxxxxx > > Subject: [ObjectWeb architecture] Java Isolation API > > > > I just stumbled over that "Java Isolation API" that will propably come > > with > > Java 1.5. It enables running more than one Java Application per VM. It is > > namely told the possibility of running independent daemons inside of one > > single VM which was started at the machine's boot time. Maybe this is an > > interesting aspect for future ObjectWeb architecture. AFAIK the API is > > found > > under JSR 121. > > > > Have Fun > > Markus > > << File: message.footer >> > > > > To: markus.karg@xxxxxxx > architecture@xxxxxxxxxxxxx
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 1999-2005, ObjectWeb Consortium | contact | webmaster.