Memcache API or Cache Router?

mikey_p's picture
public
mikey_p - Wed, 2008-09-10 20:44
Memcache API
53% (10 votes)
Cache Router
47% (9 votes)
Total votes: 19

I'd just like to see what

mikey_p's picture
mikey_p - Wed, 2008-09-10 20:46

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

Etanol's picture
Etanol - Wed, 2008-09-10 23:54

Most of the code comes from refactoring the following projects: APC, fastpath_fscache, Memcache, and XCache.

So if you're using Cache Router with Memcache you're using Memcache Api :P


We use CacheRouter across

triclops@drupal.org - Thu, 2008-09-11 00:27

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

bennos - Sun, 2008-09-14 18:05

Drupal 5, Memcache API

Drupal 6, Cacherouter configured with APC and Memcache

CacheRouter of course

slantview@drupal.org's picture
slantview@drupal.org - Fri, 2008-10-31 00:44

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.