On Friday 06 May 2005 12:17, Joseph Kocherhans wrote:
> I've written reporting application in zope3. It actually worked out
> really well since I needed to have reports on certain types of objects,
> views worked very well. Anyhow, I implemented RAM caching, but I'd also
> like to add a persistent cache. The data doesn't change all that often,
> but it should be refreshable by users. I've thought about either
> implementing a file cache, or a cache that would write to temporary sql
> tables. I was wondering if anyone had attempted a file cache, and/or if
> they had any warnings/insight to share.

Did you write your own cache or use the RAM cache coming with Zope 3? Note 
that the interface for a caching utility is really easy, so it should be no 
problem to implement a file, ZODB or SQL cache. Note that I would write a 
ZODB cache myself.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
_______________________________________________
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Reply via email to