From:             grange at club-internet dot fr
Operating system: 
PHP version:      Irrelevant
PHP Bug Type:     Documentation problem
Bug description:  Documentation unclear about persistent database connections

Description:
------------
Hello,

The documentation about persistent db connections (ie. chapter 21 of the
manual) should probably be more clear whether connections are persistent
across *subsequent http requests served by different apache child
processes* or persistent across *subsequent http requests served by the
same child process* (or is it none if the above... oh well 8-)). 

The french translation clearly states the first, while as I'm reading the
english documentation (and the first user contributed note), I understand
the oci8 extension (as well as other extensions providing persistent
connections) behaves the second way.

Theorically, in the second case, the number of db connections should
increase to MaxClients, where in the first case, (ignoring peak activity)
it should be less, depending on the percentage of db-driven pages out of
static pages (ie for 5% of db pages, 5% of MaxClients).

Anyway, thanks for the great work !


-- 
Edit bug report at http://bugs.php.net/?id=25552&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=25552&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=25552&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=25552&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=25552&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=25552&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=25552&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=25552&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=25552&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=25552&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=25552&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=25552&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25552&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=25552&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=25552&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=25552&r=gnused

Reply via email to