jimw            Thu Dec  6 20:55:21 2001 EDT

  Modified files:              
    /phpdoc/en/functions        mysql.xml 
  Log:
  add very generic warning about persistent connections needing a bit of tuning.
  
Index: phpdoc/en/functions/mysql.xml
diff -u phpdoc/en/functions/mysql.xml:1.76 phpdoc/en/functions/mysql.xml:1.77
--- phpdoc/en/functions/mysql.xml:1.76  Tue Nov 20 18:58:46 2001
+++ phpdoc/en/functions/mysql.xml       Thu Dec  6 20:55:20 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.76 $ -->
+<!-- $Revision: 1.77 $ -->
  <reference id="ref.mysql">
   <title>MySQL Functions</title>
   <titleabbrev>MySQL</titleabbrev>
@@ -1805,6 +1805,13 @@
       Database Connections</link> section for more information.
      </para>
     </note>
+    <warning>
+     <para>
+      Using persistent connections can require a bit of tuning of your Apache
+      and MySQL configurations to ensure that you do not exceed the number of
+      connections allowed by MySQL.
+     </para>
+    </warning>
    </refsect1>
   </refentry>
 


Reply via email to