You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/06/25 05:23:13 UTC

cvs commit: jakarta-avalon-excalibur/jprocess/src/xdocs index.xml

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>