Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problems with database.


ndef

Recommended Posts

Posted

Hello.

 

I am using osc engine on my site (1000 visitors per day), database - MySQL, size - 11 Mb, max_user_connections=100.

 

Problem: sometimes, I think when max users number is online, all dynamic content do not shows - products, categories, etc.

At the same time all other site that located on this server are running!

 

I don't know what to do, please help.

Posted

I'm not sure of the solution, but the easy first question would be what is your setting for

 

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

 

in catalog/includes/configure.php

 

and

 

admin/includes/configure.php

 

You want it to be "false"

Posted
I'm not sure of the solution, but the easy first question would be what is your setting for

 

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

 

in catalog/includes/configure.php

 

and

 

admin/includes/configure.php

 

You want it to be "false"

 

This value is 'false'...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...