[Phplib-users] phplib 7.4 docs and persistent connections
Brought to you by:
nhruby,
richardarcher
|
From: Joe S. <jo...@be...> - 2002-03-18 18:33:32
|
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 |