1 May 2009 04:02
svn commit: r770514 - /tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml
<fhanik <at> apache.org>
2009-05-01 02:02:04 GMT
2009-05-01 02:02:04 GMT
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 <at> <at> -52,6 +52,9 <at> <at> <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>
RSS Feed