Would their be a possiblilty that radioactivity could be integrated with memcached using the cache router?
I ll give it a go myself and post back a patch but if you have quick path of integration you should let know.

Comments

gregstout’s picture

I would like to see this too. It is a great tool, but can't use on our cache_router memcached systems.

skiminki’s picture

Version: 6.x-1.3-rc1 » 6.x-1.x-dev

You could probably do cache router support by patching radioactivity_determine_memcached_availability() and then writing wrappers for dmemcache_get, dmemcache_set and dmemcache_object. Preferably with some other names, too, to not conflict with memcache module.

You need to dig up the low-level memcache php-object for dmemcache_object, because we need atomic increment support to reliably write entries. Otherwise, I would have written the acceleration using Drupal's cache_get/cache_set functions in the first place.

sutharsan’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Issue triage: Closing issue, the 6.x branch is no longer maintained.

If you believe this issue is closed in error, feel free to re-open.