On Sat, Aug 9, 2008 at 6:09 AM, Frans Thamura <[EMAIL PROTECTED]> wrote: > On Sat, Aug 9, 2008 at 10:22 AM, Dave <[EMAIL PROTECTED]> wrote: > >> On Fri, Aug 8, 2008 at 3:00 AM, Dick Davies <[EMAIL PROTECTED]> wrote: >> > On Fri, Aug 1, 2008 at 6:14 AM, Dave <[EMAIL PROTECTED]> wrote: >> > >> >> There is a memcached implementation of the Roller cache system at >> >> roller.dev.java.net. Here's a HOWTO that explains how to use it: >> >> >> >> http://rollerweblogger.org/roller/entry/howto_memcached_with_roller >> >> >> > >> cache.defaultFactory=net.java.roller.tools.cache.memcached.MemcachedLRUCacheFactoryImpl >> > >> > Thanks for the help! >> >> I'm glad it was helpful and thanks for the fix, I have updated my post.
> can share, how can memcached work with roller via struts2?? or hibernate My understanding: Roller uses memcached to cache generated pages (i.e. as a drop-in replacement for its file-based page cache, not for caching database query results), so it doesn't really matter what persistence layer you have. -- Rasputnik :: Jack of All Trades - Master of Nuns http://number9.hellooperator.net/
