Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2006
    Posts
    27
    Plugin Contributions
    0

    Default 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.

  2. #2
    Join Date
    Feb 2006
    Posts
    27
    Plugin Contributions
    0

    Default 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.

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •