Title
Cloneable JVM: a new approach to start isolated java applications faster
Abstract
Java has been successful particularly for writing applications in the server environment. However, isolation of multiple applications hasnot been efficiently achieved in Java. Many customers require that their applications are guarded by independent OS processes, but starting a Java application with a new process results in a long sequence of initializations being repeated each time. To date, there has been no way to quickly start a new Java application as an isolated OS process. In this paper, we propose a new isolation approach called Cloneable JVM to eliminate this startup overhead in Java. The key idea is to createa new Java application by copying, or cloning, the already-initialized image of the primary JVM process. Since the clone is already initialized, it can begin actual operations immediately as a new isolated process. This cloning abstraction can support new scenarios for Java, such as user isolation and transaction isolation. We implemented a prototype of the Cloneable JVM by modifying a production JVM on Linux, which provides a new API for cloning constructed on the Isolate API defined in JSR 121. Using this cloning API, several Java applications, including a large production J2EE application server, we remodified to demonstrate the isolation scenarios. Evaluations using these prototypes showed that new ready-to-serve Java applications can start up as a new process in less than 5 seconds, which is 4 to 170 times faster than starting these applications from scratch.
Year
DOI
Venue
2007
10.1145/1254810.1254812
VEE
Keywords
DocType
Citations 
java application,new ready-to-serve java application,new process result,new scenario,new process,new java application,new isolation approach,new isolated process,new approach,new api,cloneable jvm,java,cloning,application server,isolation
Conference
13
PageRank 
References 
Authors
0.86
18
6
Name
Order
Citations
PageRank
Kawachiya, K.114516.81
Kazunori Ogata2443.69
Daniel Silva3130.86
Tamiya Onodera418017.13
Hideaki Komatsu541034.00
Toshio Nakatani674156.80