Against APC i'm using eAccelerator
Here you can find docs

Install:
'engine' => 'eacc',

For me works fine;

CommentFileSizeAuthor
#3 eacc.php_.txt5.22 KBandypost
eacc.php_.txt5.07 KBandypost

Comments

slantview’s picture

awesome!

I will check this out and get it into the project. Thanks!

-s

pnlnl’s picture

+1 on this idea. I find eAccelerator better than APC in term of memory usage which i lack. any luck that this works on drupal 5?

andypost’s picture

StatusFileSize
new5.22 KB

Fixed version! There is a bug in delete - keys not cleared (which comes from apc module)

-      if (!empty($key) && !empty($value)) {
+      if (!empty($key)) {
andypost’s picture

cumulative patch and this extension http://drupal.org/node/262830

slantview’s picture

Status: Needs review » Fixed

Fixed in http://drupal.org/cvs?commit=118964.

Thanks.

steve

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

najibx’s picture

Should include this also in the Modules introduction or Readme.txt
Currently it read

For engine, the current available options are: apc, db, file, memcache and xcache.

Wonderful ! and Thanx