I'd just like to see what people are using out there, and if they are using Cache Router, how are you configuring it? Which bins are you putting in which types of storage?
We use CacheRouter across multiple sites configured to use memcache. At the moment we are using a common server for all drupal related memcaches with a different prefix for each site.
The only cache we're not sticking into memcache is the form cache. We made this choice because AHAH forms use the form cache to store updates and memcache doesn't give the same reliability guarantees you get from sticking it in the database.
There have been a lot of improvements to Memcache API lately that I will be porting into Cache Router. I hope to one day allow these modules to all co-exist and that they wouldn't be a one or the other type thing.
I'd just like to see what
I'd just like to see what people are using out there, and if they are using Cache Router, how are you configuring it? Which bins are you putting in which types of storage?
Most of the code comes from
So if you're using Cache Router with Memcache you're using Memcache Api :P
We use CacheRouter across
We use CacheRouter across multiple sites configured to use memcache. At the moment we are using a common server for all drupal related memcaches with a different prefix for each site.
The only cache we're not sticking into memcache is the form cache. We made this choice because AHAH forms use the form cache to store updates and memcache doesn't give the same reliability guarantees you get from sticking it in the database.
Drupal 5, Memcache
Drupal 5, Memcache API
Drupal 6, Cacherouter configured with APC and Memcache
CacheRouter of course
CacheRouter of course ;)
There have been a lot of improvements to Memcache API lately that I will be porting into Cache Router. I hope to one day allow these modules to all co-exist and that they wouldn't be a one or the other type thing.