hammant 02/04/04 21:33:47 Modified: pool/src/xdocs index.xml Log: Contents of xdocs moved to new location Revision Changes Path 1.3 +40 -20 jakarta-avalon-excalibur/pool/src/xdocs/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/pool/src/xdocs/index.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- index.xml 4 Apr 2002 20:19:04 -0000 1.2 +++ index.xml 5 Apr 2002 05:33:47 -0000 1.3 @@ -1,24 +1,44 @@ <?xml version="1.0"?> <document> - <header> - <title>Excalibur - Pool Utilities</title> - <authors> - <person name="Peter Donald" email="[EMAIL PROTECTED]"/> - <person name="Leif Mortenson" email="[EMAIL PROTECTED]"/> - </authors> - </header> - <body> - <s1 title="Introduction"> - <p> - This project contains pool implementations. - </p> - </s1> - </body> - <footer> - <legal> - Copyright (c) @year@ The Jakarta Apache Project All rights reserved. - $Revision: 1.2 $ $Date: 2002/04/04 20:19:04 $ - </legal> - </footer> + <header> + <title>Excalibur - Resource Pool Support</title> + <authors> + <person name="Berin Loritsch" email="[EMAIL PROTECTED]"/> + <person name="Leo Simons" email="[EMAIL PROTECTED]"/> + </authors> + </header> + <body> + <s1 title="Introduction"> + <p> + Find Avalon Excalibur's Pool implementations in the + <code>org.apache.avalon.excalibur.pool</code> package. + There are many implementations that are ThreadSafe, and + one that is not. You have the option of not limiting + used resources at all, or limiting the used resources + based on specific rules. + </p> + <p> + If you are using the Exalibur Component Management package, + you can have your components implement Poolable or Recyclable + from this package, and your components will be pooled. The + Components are pooled with a soft resource limiting pool. + That means that as additional resources are needed, they are + created--but once they are returned to the pool, the extra + instances are decommissioned. + </p> + <p> + The Excalibur DataSources package also uses this package, + and uses a hard resource limiting pool. If the number of + open JDBC Connections exceeds the limit, an exception is + thrown. + </p> + </s1> + </body> + <footer> + <legal> + Copyright (c) @year@ The Jakarta Apache Project All rights reserved. + $Revision: 1.3 $ $Date: 2002/04/05 05:33:47 $ + </legal> + </footer> </document>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
