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.
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
Comment #1
gregstout commentedI would like to see this too. It is a great tool, but can't use on our cache_router memcached systems.
Comment #2
skiminki commentedYou 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.
Comment #3
sutharsan commentedIssue 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.