The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
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 ? |
#2
|
||||
|
||||
You will need to enable the use of APC in config.php.
|
#3
|
|||
|
|||
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.
|
#4
|
||||
|
||||
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'; |
#5
|
|||
|
|||
Sorry, my mistake. Forgot that option was added.
|
#6
|
||||
|
||||
Im using this now and it seems to be alot better than the old one
|
#7
|
||||
|
||||
Can we use two datastores at one time in cofig.php? Like memcache and xcache?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|