Hello,

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.

Thanks,
Joseph


_______________________________________________ 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