List:Commits« Previous MessageNext Message »
From:mcbrown Date:October 23 2007 4:19pm
Subject:svn commit - mysqldoc@docsrva: r8260 - trunk/refman-common
View as plain text  
Author: mcbrown
Date: 2007-10-23 18:19:06 +0200 (Tue, 23 Oct 2007)
New Revision: 8260

Log:
Adding a link to lbpool



Modified:
   trunk/refman-common/connector-j.xml


Modified: trunk/refman-common/connector-j.xml
===================================================================
--- trunk/refman-common/connector-j.xml	2007-10-23 16:10:20 UTC (rev 8259)
+++ trunk/refman-common/connector-j.xml	2007-10-23 16:19:06 UTC (rev 8260)
Changed blocks: 1, Lines Added: 11, Lines Deleted: 0; 821 bytes

@@ -2367,6 +2367,17 @@
 }
 </programlisting>
 
+      <para>
+        You may also want to investigate the Load Balancing JDBC Pool
+        (lbpol) tool, which provides a wrapper around the standard JDBC
+        driver and allows you to use DB connection pools that includes
+        checks for system failures and uneven load distribution. For
+        more information, see
+        <ulink
+  url="http://code.tailrank.com/lbool">Load Balancing
+        JDBC Pool (lbpool)</ulink>.
+      </para>
+
     </section>
 
     <section id="connector-j-reference-error-sqlstates">


Thread
svn commit - mysqldoc@docsrva: r8260 - trunk/refman-commonmcbrown23 Oct