![]() |
any specific requirements for APC's configuration ?
Im going to have APC installed because im about toi upgrade to 3.7.0
any specific requirements for APC's configuration ? |
You will need to enable the use of APC in config.php.
|
Quote:
|
How do i do that?
--------------- Added [DATE]1209655633[/DATE] at [TIME]1209655633[/TIME] --------------- Quote:
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'; |
Sorry, my mistake. Forgot that option was added.
|
Im using this now and it seems to be alot better than the old one
|
Can we use two datastores at one time in cofig.php? Like memcache and xcache?
|
No you can't.
XCache has extra features that memcache lacks also. |
All times are GMT. The time now is 10:03 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|