You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by fh...@apache.org on 2009/05/01 04:02:04 UTC

svn commit: r770514 - /tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml

Author: fhanik
Date: Fri May  1 02:02:04 2009
New Revision: 770514

URL: http://svn.apache.org/viewvc?rev=770514&view=rev
Log:
doco

Modified:
    tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml

Modified: tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml?rev=770514&r1=770513&r2=770514&view=diff
==============================================================================
--- tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml (original)
+++ tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml Fri May  1 02:02:04 2009
@@ -52,6 +52,9 @@
       <li>Tomcat jdbc pool implements a fairness option not available in commons-dbcp and still performs faster than commons-dbcp</li>
       <li>Tomcat jdbc pool implements the ability retrieve a connection asynchronously, without adding additional threads to the library itself</li> 
       <li>Tomcat jdbc pool is a Tomcat module, it depends on Tomcat JULI, a simplified logging framework used in Tomcat.</li>
+      <li>Retrieve the underlying connection using the javax.sql.PooledConnection interface.</li>
+      <li>Starvation proof. If a pool is empty, and threads are waiting for a connection, when a connection is returned, 
+          the pool will awake the correct thread waiting. Most pools will simply starve.</li>
     </ol>
   </p>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org