memcache

1 answers

Settings for Drupal cacherouter with memcache

14 points

Following is a configuration to be put in drupal's settings.php on using drupal cacherouter with memcache:

$conf['cache_inc'] = './sites/all/modules/cacherouter/cacherouter.inc';
$conf['cacherouter'] = array(
'default' => array(
'engine' => 'memcache',
'server' => array('192.168.0.100:11211', '192.168.0.100:11212'),
'shared' => TRUE,
),
);

Read more »
Created by Anonymous 14 weeks 3 days ago
  Tags:
1 answers

Java Memcache?

12 points

How can Java be integrated with Memcache? What are the main key items to look for for building high traffic Java applications?

Read more »
Created by Anonymous 19 weeks 6 days ago
  Tags:
0 answers

Drupal Warning: Duplicate entry 'variables' for key 1 query: INSERT INTO cache

9 points

I am getting lot of Drupal warning errors:

 Warning: Duplicate entry 'variables' for key 1 query: INSERT INTO cache  (cid, data, expire, created, headers, serialized) VALUES ('variables', '.....

 What could be causing this?  I have installed memcache, APC on my drupal install.

Read more »
Created by b1g4ath3 45 weeks 3 days ago
  Tags: