My production server has 6 mongrels running. I hosted a CMS (content management system) on the server. As a admin of the website, I delete few tabs in the site. But the Public version(for the non-loggedin) version of the site still shows the deleted tabs at random(some times they show up and sometimes don't). I suppose that the cache at some of the mongrels is not updated properly and that is why I can see the deleted tabs. Is my supposition correct. Or am I missing something? Can someone help me out. I am blocked on this right now. Thanks in Advance, -Saratchand
on 2010-10-22 14:17
on 2010-10-22 16:16
On Fri, Oct 22, 2010 at 9:17 AM, Saratchand Kanuri <lists@ruby-forum.com> wrote: > My production server has 6 mongrels running. I hosted a CMS (content > management system) on the server. As a admin of the website, I delete > few tabs in the site. But the Public version(for the non-loggedin) > version of the site still shows the deleted tabs at random(some times > they show up and sometimes don't). I suppose that the cache at some of > the mongrels is not updated properly and that is why I can see the > deleted tabs. Is my supposition correct. Or am I missing something? Can > someone help me out. I am blocked on this right now. > Some questions: - What software is your CMS? Radiant? other? - What caching strategy is setup in your Rails/CMS application? The one by default? Asking this because Rails MemoryStore, the default caching strategy only works for a single process. Multiple process requires a shared memory caching strategy, like memcache -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away. Antoine de Saint-Exupry
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.