search for: timed_fragment_cach

Displaying 3 results from an estimated 3 matches for "timed_fragment_cach".

Did you mean: timed_fragment_cache
2006 Aug 25
1
Time based fragment caching plugin
...lock. It deals with expiring the fragment itself, so if using this you don''t need to have the expiry time in your views and you can keep yourself DRY by having the expiry time in just one place. Hopefully it''s of use to someone. SVN repo is here: http://svn.livsey.org/plugins/timed_fragment_cache/ More details on my blog: http://livsey.org/articles/2006/08/25/timed_fragment_cache-plugin-fragment-caching-with-time-based-expiry Thanks. -- Richard Livsey http://livsey.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Goog...
2009 Feb 18
4
expire_fragment with memcached
Hello all, We know that memcached or memcached-client doesn''t support regex... But It seems it doesn''t support expire_fragment either :/ I''m trying to use expire_fragment with memcached as following : expire_fragment(:controller => ''home'', :action => :list_posts) But apparently it''s not supported by memcached : RuntimeError (Not
2007 Mar 06
59
Memory leaks in my site
Hi all, My environment is ruby-1.8.4, rails 1.2.2, mongrel 1.0.1, linux 2.6. Now, i have a problem on memory leaks with mongrel. My site is running 5 mongrel processes on a 2G RAM machine, the memory of each process grows from about 20M to about 250M, but it never recover to the initial 20M, so i had to restart the mongrel processes once per day. The load is about 1M hits per day. Waiting for