add very generic warning about persistent connections needing a bit of tuning.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64135 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
jim winstead 2001-12-07 01:55:20 +00:00
parent 29004957bc
commit 685235e7d7

View file

@ -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 @@ echo "$num_rows Rows\n";
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>