yincheng Mon Nov 11 21:56:20 2002 EDT
Modified files:
/phpdoc/en/features persistent-connections.xml
Log:
fix bug #20351
Index: phpdoc/en/features/persistent-connections.xml
diff -u phpdoc/en/features/persistent-connections.xml:1.19
phpdoc/en/features/persistent-connections.xml:1.20
--- phpdoc/en/features/persistent-connections.xml:1.19 Wed May 15 16:46:33 2002
+++ phpdoc/en/features/persistent-connections.xml Mon Nov 11 21:56:19 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.19 $ -->
+<!-- $Revision: 1.20 $ -->
<chapter id="features.persistent-connections">
<title>Persistent Database Connections</title>
@@ -100,7 +100,7 @@
connections, and in the course of a busy server session, 17 child
threads attempt to connect, one will not be able to. If there are
bugs in your scripts which do not allow the connections to shut
- down (such as infinite loops), a database with only 32 connections
+ down (such as infinite loops), the database with only 16 connections
may be rapidly swamped. Check your database documentation for
information on handling abandoned or idle connections.
</simpara>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php