php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #20351 Is 32 or 16?
Submitted: 2002-11-10 21:08 UTC Modified: 2002-11-11 20:57 UTC
From: swxiao at enetedu dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.2.3 OS:
Private report: No CVE-ID: None
 [2002-11-10 21:08 UTC] swxiao at enetedu dot com
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. 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-11 20:57 UTC] yincheng@php.net
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.
 [2020-02-07 06:12 UTC] phpdocbot@php.net
Automatic comment on behalf of yincheng
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=435001638907167c141cb24c125a62118d43b6bb
Log: fix bug #20351
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 19 04:01:33 2024 UTC