On Wed, Jan 27, 2010 at 10:34 AM, Alexey Verkhovsky <[email protected]> wrote: > Keep in mind that you'd have to also cache a collection of projects > instances used by the frontend, and that this cache should handle > adding/deleting/renaming of projects.
I've got a very simple implementation here: http://github.com/thewoolleyman/cruisecontrol.rb/tree/caching I think there's still some problems (doesn't clear on server startup, but it should, I'll look into it). If this is combined with a cron job run every minute or two to delete the cache files, I think it will work fine to keep excessive load from killing the server. Let me know what you think. -- Chad _______________________________________________ Cruisecontrolrb-developers mailing list [email protected] http://rubyforge.org/mailman/listinfo/cruisecontrolrb-developers
