Looks like cache invalidation is not working properly for you.
I am guessing that this might be because your cache is not set up correctly and you are using a multiprocess setup for the application.
In the newer version of askbot some chunks of HTML and data are stored in cache and actively invalidated when certain things happen to questions/answers etc. Therefore with the default per-process cache of type "locmem" page renderings by the sibling process instances may not be the same.
Try using redis cache or memcached.
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2012-04-10 13:23:01 -0500
Seen: 53 times
Last updated: Apr 10 '12
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.