connection pooling? To many mySQL processes
Zen Cart: 1.5.1 35K products. Auto updating of 1-20
products every 10 hours via cron.
PHP version 5.3.16
MySQL version 5.1.62-cll
Architecture i686
Operating system linux
Getting harassed by host for too many mySQL processes/connections. Could this be a connection pooling issue with ZC connection function?
Should I change
$this->link = @mysql_connect($zf_host, $zf_user, $zf_password, true);
to this:
$this->link = @mysql_connect($zf_host, $zf_user, $zf_password);
We get about 500 hits per hour, would that justify 150 connections at any 1 time ( which is what host is saying we are doing ).
Thank you for any pointer or help
22 stores and counting! Ive been zenned.