User: doq Branch: DRUPAL-6--1 Date: Sun, 16 Aug 2009 13:33:24 +0000 Modified files: /modules/cache CacheEngine.php cache.module /modules/cache/engines file.inc memcache.inc redis.inc Log message: added checking if socket connection to memcache server is available added checking if UNIX socket to memcache server is writable added new function _cache_early_watchdog() that can be used instead of watchdog() function in cache engine implementations. watchdog() can't be used because it may be unavailable on that stage more calls to _cache_early_watchdog() to keep track of caching engines status Links: http://cvs.drupal.org/diff.php?path=contributions/modules/cache/CacheEngine.... http://cvs.drupal.org/diff.php?path=contributions/modules/cache/cache.module... http://cvs.drupal.org/diff.php?path=contributions/modules/cache/engines/file... http://cvs.drupal.org/diff.php?path=contributions/modules/cache/engines/memc... http://cvs.drupal.org/diff.php?path=contributions/modules/cache/engines/redi...