Experience with Secure Multi-Processing in Java.
6b2399049d80b231f1ebff6b737cf10d9ad96fd27bba7950de67f2186f8d621e
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<!-- This document is automatically generated. Instead, edit
pub/icdcs.xhtml and type "make". -->
<html> <head>
<title>Secure Internet Programming: Experience with Secure Multi-Processing in Java</title>
</head>
<body bgcolor="#fee7c8" VLINK="#731105" LINK="#b45216" TEXT="#TEXT#">
<font face="helvetica,geneva,arial">
<table width="100%" cellpadding=0 cellspacing=0 border=0>
<tr><td rowspan=2 bgcolor="#ffffff" valign=top align=left>
<table cellpadding=5 border=0>
<tr><td colspan=2 align=center>
<a href="/sip/"><img border=0 src="/sip/images/sip-logo-small.gif" width=100 height=41 alt="Secure Internet Programming"></a>
</td></tr>
<tr><td>
<img src="/sip/images/orange.gif" WIDTH=14 HEIGHT=14 ALT="*">
</td><td><a href="/sip/History.html">History</a></td></tr>
<tr><td>
<img src="/sip/images/orange.gif" WIDTH=14 HEIGHT=14 ALT="*">
</td><td><a href="/sip/People.html">People</a></td></tr>
<tr><td>
<img src="/sip/images/orange.gif" WIDTH=14 HEIGHT=14 ALT="*">
</td><td><a href="/sip/Partners.html">Partners</a></td></tr>
<tr><td>
<img src="/sip/images/orange.gif" WIDTH=14 HEIGHT=14 ALT="*">
</td><td><a href="/sip/Research.html">Research</a></td></tr>
<tr><td>
<img src="/sip/images/orange.gif" WIDTH=14 HEIGHT=14 ALT="*">
</td><td><a href="/sip/Publications.html">Publications</a></td></tr>
<tr><td>
<img src="/sip/images/orange.gif" WIDTH=14 HEIGHT=14 ALT="*">
</td><td><a href="/sip/java-faq.html">FAQ</a></td></tr>
<tr><td>
<img src="/sip/images/orange.gif" WIDTH=14 HEIGHT=14 ALT="*">
</td><td><a href="/sip/Links.html">Links</a></td></tr>
</table>
</td>
<td valign=bottom align=center bgcolor="#ffffff" width="100%">
<font size="+3"><b>Experience with Secure Multi-Processing in Java</b></font>
</td></tr>
<tr><td valign=top align=left>
<table width="100%" border=0 cellspacing=8>
<tr><td>
<img src="/sip/images/blank.gif" width=1 height=300 alt="">
</td>
<td valign=top align=left>
<dl>
<p>
<dt><font size="+1">Authors</font>
<dd><a href="http://www.cs.princeton.edu/~balfanz">Dirk Balfanz</a>
<dd><a href="http://java.sun.com/people/gong">Li Gong</a>
<p>
<dt><font size="+1">Abstract</font>
<dd>
As Java is the preferred platform for the deployment of network
computers, it is appealing to run multiple applications on a single
Java desktop. We experimented with using the Java platform as a
multi-processing, multi-user environment. Although the Java Virtual
Machine (JVM) is not inherently a single-application design, we have
found that the implementation of the Java Development Kit (JDK) often
implicitly assumes that the Java Virtual Machine runs exactly one
application at any one time.
In this paper, we report the limitations we encountered and propose
improvements to several aspects of the Java architecture, including
its security features. We have implemented all the proposed changes
in a prototype based on the in-house beta version of JDK 1.2. Our
prototype uses a Bourne shell-like command line tool to launch
multiple applications (such as Appletviewer) within one JVM.
<p>
<dt><font size="+1">Published</font>
<dd><i>Technical Report 560-97, Department of Computer Science,
Princeton University, September 1997</i>
<p>
<dt><font size="+1">Text</font>
<dd><a href="icdcs.ps.gz">GZip'ed Postscript</a> (164k)
<br><a href="icdcs.pdf">PDF (Adobe Acrobat)</a> (2904k)
<p>
<dt><font size="+1">See Also</font>
<dd><a href="http://ncstrl.cs.princeton.edu/Dienst/UI/2.0/Describe/ncstrl.princeton%2fTR-560-97">Tech Report 560-97</a>
<dd> A slightly shorter version of this paper has appeared in the proceedings of ICDCS'98. It is
available as <a href='icdcs-final.ps.gz'>GZip'ed Postscript</a> and <a href='icdcs-final.pdf'>PDF</a>.
<p>
</dl>
</td></tr></table>
<table width="100%" border=0 cellspacing=8>
<tr><td>
<hr>
<center>
<a href="http://www.princeton.edu/">Princeton University</a>
<br>
<a href="http://www.cs.princeton.edu/">Department of Computer Science</a>
<br>
Contact: <a href="mailto:sip@cs.princeton.edu"><i>sip@cs.princeton.edu</i></a>
</center>
</td></tr></table>
</td></tr></table>
</font>
</body> </html>