From 685235e7d7abe4a317ff42dc92ebb46163f2d767 Mon Sep 17 00:00:00 2001 From: jim winstead Date: Fri, 7 Dec 2001 01:55:20 +0000 Subject: [PATCH] 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 --- functions/mysql.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/functions/mysql.xml b/functions/mysql.xml index 9de3661c99..f35e9c2d2f 100644 --- a/functions/mysql.xml +++ b/functions/mysql.xml @@ -1,5 +1,5 @@ - + MySQL Functions MySQL @@ -1805,6 +1805,13 @@ echo "$num_rows Rows\n"; Database Connections section for more information. + + + 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. + +