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

doq’s picture

Status: Active » Fixed

engine 'eacc'.

pixelpreview@gmail.com’s picture

when i write eacc in engine, i have a white screen of death ...
Nobody have this issue with eacc enabled ?

doq’s picture

It's unmaintained. But probably this can fix your problem: http://drupal.org/node/526014.

pixelpreview@gmail.com’s picture

I know this issue and I have already make the changes but always white screen ...
thanks for the reply

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

playfulwolf’s picture

Version: 6.x-1.0-beta8 » 6.x-1.x-dev
Category: support » bug

latest eAccelerator is not working on dev version. Getting wsod.

andypost’s picture

Latest eAccelerator works only as op-code cacher and does not allow storing user-data.

playfulwolf’s picture

and the last which allows storing???
9.5.x?

playfulwolf’s picture

btw, 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?

socialnicheguru’s picture

Status: Closed (fixed) » Active

which version works? I tried 9.5.3 and it didn't seem to work :(

playfulwolf’s picture

seems like everyone gone to apc camp (me too)

andypost’s picture

eAccelerator no longer provides a shared storage so it seems that we should remove it's support