View Full Version : any specific requirements for APC's configuration ?
DieselMinded
05-01-2008, 02:18 AM
Im going to have APC installed because im about toi upgrade to 3.7.0
any specific requirements for APC's configuration ?
Dismounted
05-01-2008, 05:49 AM
You will need to enable the use of APC in config.php.
Marco van Herwaarden
05-01-2008, 07:00 AM
You will need to enable the use of APC in config.php.
Yes and no. There is no APC specific configuration needed. To get maximum benefit from it you should however store the datastore on the filesystem.
DieselMinded
05-01-2008, 02:09 PM
How do i do that?
--------------- Added 1209655633 at 1209655633 ---------------
Yes and no. There is no APC specific configuration needed.
From Vb Support
Once APC is installed then there is a datastore option in vBulletin's "includes/config.php" file. Change this:
// ****** DATASTORE CACHE CONFIGURATION *****
// Here you can configure different methods for caching datastore items.
// vB_Datastore_Filecache - to use includes/datastore/datastore_cache.php
// vB_Datastore_APC - to use APC
// vB_Datastore_XCache - to use XCache
// vB_Datastore_Memcached - to use a Memcache server, more configuration below
// $config['Datastore']['class'] = 'vB_Datastore_Filecache';
To this:
// ****** DATASTORE CACHE CONFIGURATION *****
// Here you can configure different methods for caching datastore items.
// vB_Datastore_Filecache - to use includes/datastore/datastore_cache.php
// vB_Datastore_APC - to use APC
// vB_Datastore_XCache - to use XCache
// vB_Datastore_Memcached - to use a Memcache server, more configuration below
$config['Datastore']['class'] = 'vB_Datastore_APC';
Marco van Herwaarden
05-01-2008, 03:00 PM
Sorry, my mistake. Forgot that option was added.
DieselMinded
05-06-2008, 11:47 AM
Im using this now and it seems to be alot better than the old one
mykkal
02-14-2013, 06:16 PM
Can we use two datastores at one time in cofig.php? Like memcache and xcache?
snakes1100
02-14-2013, 10:14 PM
No you can't.
XCache has extra features that memcache lacks also.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.