The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Pls Help on Datastore cache
Hi,
When I went through Datastore class in vb 3.5, I found that their are 3 ways of caching 1)using Filecache 2)Using Memcache 3)Using Eaccelerator Currently I am using Eaccelerator only for caching php scripts and filecaching. When we install eAccelarator it caches all PHP scripts accessed., What is the use of vb_eaccelarator extended class in VB ? In includes/config.php, Under caching configuration we have Array variables settings for filecache , memcache but not for eaccelarator , why ? can I use eAccelarator for both caching scripts as well as datastore of VB? or is it better to use this way caching scripts - >Eaccelarator Datastore - > Filecache and Memcache It would be helpful for me for any inputs Thanks Rastler |
#2
|
|||
|
|||
If i remember correct, using eAccelerator for datastore caching is disabled in vBulletin as eAccelerator seem to be buggy with caching dynamic data.
See includes/class_datastore.php: PHP Code:
|
#3
|
|||
|
|||
Hi, Thanks for the info...
If I enable what could be the problem, I didn't get this sentence properly... In the comment... "Therefore, the possibility exists for the administrator to turn off the board, which would then instruct eAccelerator to update its cache of the datastore." So eAccelarator is better only for opcode caching , So it would be better use Memcache for with caching dynamic data ? |
#4
|
||||
|
||||
try with Xcache. As a opcode cacher its doing good &
data store cacher https://vborg.vbsupport.ru/showthread.php?t=141005 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|