[Zope] caching ?

sean.upton@uniontrib.com sean.upton@uniontrib.com
Thu, 21 Mar 2002 13:47:52 -0800


Please be more specific; Zope uses object-caching at the ZODB level; there
is SQL query caching; there is also built-in application-level caching via
cache-managers that can store method results in a ram cache or page
renderings via an HTTP accelerator like Squid or Apache/mod_proxy...  Pages
47-50 of the printed edition of the Zope book have enough to get started on
what you likely want.

Also, as a future courtesy, please send plain-text messages to the list
instead of HTML...

Sean


-----Original Message-----
From: Mark Zimmermann [mailto:mark.zimmermann@freeinfo.de]
Sent: Thursday, March 21, 2002 1:18 PM
To: zope@zope.org
Subject: [Zope] caching ?


is there a way to cache the objects from zope ?