You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2009/02/22 23:49:54 UTC

svn commit: r746844 - /commons/proper/dbcp/trunk/xdocs/changes.xml

Author: markt
Date: Sun Feb 22 22:49:53 2009
New Revision: 746844

URL: http://svn.apache.org/viewvc?rev=746844&view=rev
Log:
Update change log with recent DBCP-212 changes.

Modified:
    commons/proper/dbcp/trunk/xdocs/changes.xml

Modified: commons/proper/dbcp/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/xdocs/changes.xml?rev=746844&r1=746843&r2=746844&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/xdocs/changes.xml (original)
+++ commons/proper/dbcp/trunk/xdocs/changes.xml Sun Feb 22 22:49:53 2009
@@ -42,6 +42,12 @@
      new features as well as bug fixes and instrumentation.  Some bug fixes
      will change semantics (e.g. connection close will become idempotent).
      The minimum JDK level will be increased to 1.4">
+      <action dev="markt" type="fix">
+        PoolableConnectionFactory.makeObject() is no longer synchronized. This
+        provides improved response times when load spikes at the cost of a
+        faster rise in database server load. This change was made as a partial
+        fix for DBCP-212 although it does not fully address that issue. 
+      </action>
       <action dev="psteitz" type="fix" issue="DBCP-242">
         Reverted DelegatingConnection close to 1.2.2 version to ensure
         open statements are closed before the underlying connection is closed.