On Fri, Jan 15, 2010 at 9:54 AM, Brian Guthrie <[email protected]> wrote: > Hi Chad - I took a look at this last night but I couldn't find an easy > way to expire the cache. We can't use a stock Rails sweeper, and > although we can probably work on our performance a little bit at the > controller action level I don't know how much Rails caching buys us. > Did take a shot at hacking it in at your end? > > Brian
No, but I think if we cache just the high-traffic pages (dashboard, rss feed, ccmenu feed) that will solve the problem. It should be possible to come up with a sweeper strategy that works - it could be as simple as expiring everything whenever any project builds or is building. Then you just stick a web server in front with the standard rails caching entry (serve html if it exists) then the problem is fixed.) _______________________________________________ Cruisecontrolrb-developers mailing list [email protected] http://rubyforge.org/mailman/listinfo/cruisecontrolrb-developers
