As describe on cache router project page :
Cache Router supports the following technologies natively:
APC
Database
eAccelerator
File
Memcache
XCache
For engine, the current available options are: apc, db, file, memcache and xcache.
(There is no engine eAccelerator for option)
So, how to set eAccelerator for cache router?
Thanks in advanced
Comments
Comment #1
doq commentedengine 'eacc'.
Comment #2
pixelpreview@gmail.com commentedwhen i write eacc in engine, i have a white screen of death ...
Nobody have this issue with eacc enabled ?
Comment #3
doq commentedIt's unmaintained. But probably this can fix your problem: http://drupal.org/node/526014.
Comment #4
pixelpreview@gmail.com commentedI know this issue and I have already make the changes but always white screen ...
thanks for the reply
Comment #6
playfulwolf commentedlatest eAccelerator is not working on dev version. Getting wsod.
Comment #7
andypostLatest eAccelerator works only as op-code cacher and does not allow storing user-data.
Comment #8
playfulwolf commentedand the last which allows storing???
9.5.x?
Comment #9
playfulwolf commentedbtw, eaccelerator does 2 things which APC cannot:
1) compresses php files, so they take considerably less ram
2) can use ram & disk for storing
is it correct? how the other caches? xcache does that?
Comment #10
socialnicheguru commentedwhich version works? I tried 9.5.3 and it didn't seem to work :(
Comment #11
playfulwolf commentedseems like everyone gone to apc camp (me too)
Comment #12
andyposteAccelerator no longer provides a shared storage so it seems that we should remove it's support