Hello,
On shared server environment what value should be set for mysql.allow_persistent
Whether it should be enabled OR not, what will be the effect on server load?
Confused![]()
Hello,
On shared server environment what value should be set for mysql.allow_persistent
Whether it should be enabled OR not, what will be the effect on server load?
Confused![]()
“I am easily satisfied with the very best.”
Are you referring to the option ("mysql.allow_persistent") that is defined in a PHP configuration (php.ini) file?
Changing settings has the potential to affect server load, included in this could be a positive benefit or a negative effect. Disabling the specified option means that a PHP script could not open a persistent connection to MySQL, where the connection stays "open" and does not immediately close upon completion of the MySQL query. Whether or not this may be desired is dependent upon the unique administrative policies of those managing the server (e.g., your Systems Administration team).
cPResources: Submit a Support Request - Submit a Bug Report - Review existing Tickets-- Donald cPanelDon Holl - Analyst, cPanel Quality Assurance
Thanks !
Yes, I am talking about settings in php.ini
“I am easily satisfied with the very best.”