Active
Project:
Turbo
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Jul 2010 at 19:13 UTC
Updated:
19 Mar 2011 at 06:39 UTC
http://drupal.org/project/memcache
http://drupal.org/project/cache
http://drupal.org/project/cacherouter 2.0 (no code yet)
Or how does turbo_session help?
Comments
Comment #1
scripthead commentedturbo_session follows a similar mentality of all of the above (and uses "bins" similar to cacherouter) but also provides a failover mechanism so if one of the storage methods fails, the next in line will be used. So if you have memcache and files configured, should memcache crash or run out of RAM, file storage will be used and the site will remain functional (some users will lose their sessions and will have to re-login).
Comment #2
lpalgarvio commenteddoes it work well in combination with cacherouter?