[horde] slow/no response when memcache is down

Matus UHLAR - fantomas uhlar at fantomas.sk
Tue Apr 5 07:54:47 UTC 2011


Hello,

I have configured horde to store sessions in mysql but use memcached.
I thought memcache will be used as cache and if the server is not reachable,
mysql will always be used.
However, when I turn memcached off, connection start hanging.

Should sessions work when the memcache server is down? 

These were changed in conf.php:

$conf['sessionhandler']['memcache'] = true;
$conf['memcache']['hostspec'] = array('<censored>');
$conf['memcache']['port'] = array('11211');
$conf['memcache']['weight'] = array();
$conf['memcache']['persistent'] = true;
$conf['memcache']['compression'] = false;
$conf['memcache']['prefix'] = 'horde_';
$conf['memcache']['large_items'] = true;
$conf['memcache']['enabled'] = true;

-- 
Matus UHLAR - fantomas, uhlar at fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
Windows found: (R)emove, (E)rase, (D)elete


More information about the horde mailing list