Closed (duplicate)
Project:
Memcache API and Integration
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Dec 2011 at 01:17 UTC
Updated:
22 Feb 2013 at 19:13 UTC
When Memcache can't be connected to, this API gracefully allows Drupal to continue without caching (which makes Drupal really slow, but still useful). The attached patch fixes a small PHP notice that occurs when Memcache connection fails. While small, this notice can appear in a drupal_set_message call which will make drupal_page_is_cacheable() return false which is less than optimal since with memcache down, your site is really going to slow down, you're going to want as much page level caching as possible (if not handled by memcache, like varnish for example).
| Comment | File | Size | Author |
|---|---|---|---|
| memcache.patch | 329 bytes | josh waihi |
Comments
Comment #1
berdirAre you sure this is still relevant for the most recent 7.x-1.x?
This should have been fixed in #1184678: Enhance failure tolerance
Comment #2
erikwebb commented