logo
Published on Technical articles on: Windows servers, Apache Web Server, MySQL, PHP, IIS (http://www.sitebuddy.com)

PHP: Persistent database connections

By chris
Created 12 Jan 2006 - 8:50pm
You can turn persistent database connections on/off from your configuration file php.ini.
For MySQL:
mysql.allow_persistent = Off or On

It is difficult to see any difference in the speed, for me. If the speed seems the same turn it off.
This settings can have a direct correlation to the MySQL connection settings.

Source URL:
http://www.sitebuddy.com/PHP/mysql/Persistent/Database/Connections