ndef Posted July 4, 2006 Posted July 4, 2006 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.
choosealogin Posted July 4, 2006 Posted July 4, 2006 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"
ndef Posted July 4, 2006 Author Posted July 4, 2006 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'...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.