Problems with path cache and cache router
michtoen - April 18, 2009 - 01:35
| Project: | Cache Router |
| Version: | 6.x-1.0-beta8 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I have problem at www.daimonin.org with cache router (apc) and path cache.
Both alone work fine (atm only cache router is enabled) but both enabled
invokes failed path/pathauto misses and missing pages for valid urls.
i already opened an issue at path cache: http://drupal.org/node/435784
It seems the problem happens only after some content/modules enabled with
some path aliases in the DB.

#1
Subscribing to this as I wanted to enable the path cache patch.
#2
Hmmm, sounds like Path Cache implements the caching API? Have you tried it with any other caching modules? A good test would be see what happens with memcache:
http://drupal.org/project/memcache
Compare results with that against Cache Router set to use memcache. I suspect the problem is with Path Cache rather than Cache Router, because (in theory at least) Cache Router just straight swaps db caching for another mechanism. So if the data being cached is bad that's nothing to do with Cache Router. As I say, IN THEORY. =)
#3
#4
There was a bug in clearing caches with cache router that has been fixed. I am setting this to fixed as I believe it will work now.
#5
Automatically closed -- issue fixed for 2 weeks with no activity.