Hello
have you guys heard of cache_backport?
would be interesting to add a port, if that port does not needs too many changes.

Comments

R.Muilwijk’s picture

I'll have a look how much effort it will take. If it's not too much I'll roll a d6 version.

ogi’s picture

subscribe

achton’s picture

subscribe.

R.Muilwijk’s picture

Is there still need for this? Unfortunatly I did not get time for this yet. Maybe someone can provide a patch?

lpalgarvio’s picture

waiting on some more developments and testing in cache_backport.

vinoth.3v’s picture

Category: feature » support
Status: Active » Needs review

read the http://drupal.org/project/cache_backport installation instructions.

I am using APC with cache_backport
it is great.

pounard’s picture

Yes, I developed the Cache Backport module using APC backend as test case, it should definitely work great with it :) You don't need any port, I will report bugs as soon as I find them (already did once if I remember well).

Thank you guys for this APC backend!

R.Muilwijk’s picture

Should I commit anything for easier access to the APC backend with cache_backport?

pounard’s picture

Right now, I don't think so, except maybe an effort for documentation. Still, we are doing it in Cache Backport so that's not necessary.

EDIT: If I find out any bugs or anything that could help, I will open issues.

R.Muilwijk’s picture

Would you mind providing me some documentation (or link) I can publish in the README / project page?

pounard’s picture

Right now I don't have much to share, a colleague of mine is actually writing it, let me ask him the next time I see him how he's doing with that.

andy inman’s picture

Sounds like a good idea - but did you know there is already CacheRouter?

Peter Bowey’s picture

Refer #12

Cacherouter is not [yet] using the later features of APC.
APC - Alternative PHP Cache is currently using some advanced APC features,
such as allowing APC to perform cache serialization() and locking.
This has bench tested (by me) to be nice performance +asset!
Cacherouter is not getting the love it needs...

Peter Bowey’s picture

I am using cache_backport with Pressflow 6.22 + APC - Alternative PHP Cache
Works great!
There are some good [advanced] APC features in the method used by 'APC - Alternative PHP Cache' module.
(compared to say the older Cacherouter).

    Low latency
    Better locking (native to APC)
    Access to the new APCIterator class for iterating over set of keys; see http://drupal.org/node/1278292
    No need to serialize/unserialize items
pounard’s picture

@#14 Thanks you for this feedback!

pounard’s picture

@all For your information I just pushed a new release of Cache Backport, two modifications: added a null backend implementation, and also fixed the sad headers bug. Need testers, and since you all here seems interested, please give me some feedback :)

R.Muilwijk’s picture

Status: Needs review » Fixed

Added a link to the project page.

Status: Fixed » Closed (fixed)

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