Re: [Phplib-users] phplib 7.4 docs and persistent connections
Brought to you by:
nhruby,
richardarcher
|
From: Joe S. <jo...@be...> - 2002-03-18 18:41:43
|
Answering my own question. I see it's in cvs. thanks Layne. On Mon, Mar 18, 2002 at 12:36:52PM -0600, Joe Stewart wrote: > Are the online docs at sanisoft correct with regard to persistent > connections? > > " Note: PHPLib now uses (as of 7.4) non-persistent connections by default > in the non-Oracle db interfaces. The majority of PHPLib users are > operating in a virtual hosting environment where persistent connections > eat up memory at a horrifying rate. For web servers that only connect to > one Host/Username/Password, the persistent connections can be enabled by > setting the $PConnect variable in local.inc's database extension class. " > > http://www.sanisoft.com/phplib/manual/DB_SqlAddedInfo.php > > I couldn't find evidence in this in the code I installed from > phplib-7.4-pre1.tar.gz. > > Joe > |