Zen Cart Logo
Forums / General Questions / persistent connections

persistent connections

Locked

Views: 2,601

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
22 May 2006, 7:31 PM
#1
kgchis avatar

kgchis

New Zenner

Join Date:
Feb 2006
Posts:
20
Plugin Contributions:
0

persistent connections

I was wondering if zen-cart used persistent connections to the mysql database.

My host is saying that too many persistent connections are open and it is causing them problems.

I was going to suggest that they cut off persistent connection in their mysql config, but I didn't want it to break my zencart site if it needed persistent connections.

22 May 2006, 7:53 PM
#2
kgchis avatar

kgchis

New Zenner

Join Date:
Feb 2006
Posts:
20
Plugin Contributions:
0

Re: persistent connections

I found the answer to my question

define('USE_PCONNECT', 'false'); // use persistent connections?

So I guess it is on the host side and not the code.