ID:          20351
 Updated by:  [EMAIL PROTECTED]
 Reported By: [EMAIL PROTECTED]
-Status:      Open
+Status:      Closed
 Bug Type:    Documentation problem
 PHP Version: 4.2.3
 New Comment:

This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.


Previous Comments:
------------------------------------------------------------------------

[2002-11-10 21:08:28] [EMAIL PROTECTED]

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 this bug report at http://bugs.php.net/?id=20351&edit=1


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to