donaldp 2002/06/24 20:23:13
Modified: jprocess/src/xdocs index.xml
Log:
Update blurb
Revision Changes Path
1.2 +4 -0 jakarta-avalon-excalibur/jprocess/src/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/jprocess/src/xdocs/index.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- index.xml 25 Jun 2002 03:19:20 -0000 1.1
+++ index.xml 25 Jun 2002 03:23:13 -0000 1.2
@@ -10,6 +10,10 @@
<p>
Excalibur's JProcess toolkit is designed to be used to isolate
one java thread from another java thread. It does this by
+ creating proxies for JVM wide resources and delegating to
thread
+ local versions of same resources. This does not provide
complete
+ isolation of execution (like the JDK1.5 Isolate API) but aims
to
+ provide a reasonable level of isolation.
</p>
</section>
</body>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>