jthorpe
Tue 3rd Jul '07, 5:15pm
So I have been experimenting with the different types of caching of the datastore. I got memcache and memcached to work but it's not working with VBAdvanced.
After this, I tried to enable the filecache instead to see what kind of performance increases I might see with it. When I uncomment the line in config.php that refers to the filecache, it tells me that it cannot connect to the memcache server. When using the filecache, I didn't think you needed memcache and memcached. I'm confused. Is there something I'm missing here? The line I'm uncommenting in the config.php file is...
$config['Datastore']['class'] = 'vB_Datastore_Filecache';
This is the error I get when uncommenting that line..
Fatal error: Unable to connect to memcache server in /home/httpd/all-politics/includes/class_datastore.php on line 287
Any help would be appreciated. Thank you.
After this, I tried to enable the filecache instead to see what kind of performance increases I might see with it. When I uncomment the line in config.php that refers to the filecache, it tells me that it cannot connect to the memcache server. When using the filecache, I didn't think you needed memcache and memcached. I'm confused. Is there something I'm missing here? The line I'm uncommenting in the config.php file is...
$config['Datastore']['class'] = 'vB_Datastore_Filecache';
This is the error I get when uncommenting that line..
Fatal error: Unable to connect to memcache server in /home/httpd/all-politics/includes/class_datastore.php on line 287
Any help would be appreciated. Thank you.