From: [EMAIL PROTECTED] Operating system: PHP version: 4.2.3 PHP Bug Type: Documentation problem Bug description: Is 32 or 16?
http://www.php.net/manual/en/features.persistent-connections.php Note, however, that this can have some drawbacks if you are using a database with connection limits that are exceeded by persistent child connections. If your database has a limit of 16 simultaneous connections, and in the course of a busy ~~~~~~In here,it say this database only has 16 simultaneous connections. 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 may be rapidly ~~~~In here ,it say has 32 connections. Is this a describe bug? swamped. Check your database documentation for information on handling abandoned or idle connections. -- Edit bug report at http://bugs.php.net/?id=20351&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=20351&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=20351&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=20351&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=20351&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=20351&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=20351&r=support Expected behavior: http://bugs.php.net/fix.php?id=20351&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=20351&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=20351&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=20351&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20351&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=20351&r=dst IIS Stability: http://bugs.php.net/fix.php?id=20351&r=isapi -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php