Is it possible to specify any preference for certain objects being held in cache? -- John
On Dec 7, 2004, at 20:22, John Poltorak wrote:
Is it possible to specify any preference for certain objects being held in cache?
What's "cache"? If you mean the internal caches in Zope, like the ZODB object cache or the ZEO cache, the answer is no. jens
On Tue, Dec 07, 2004 at 08:27:41PM +0100, Andreas Jung wrote:
--On Dienstag, 7. Dezember 2004 19:22 Uhr +0000 John Poltorak <jp@warpix.org> wrote:
Is it possible to specify any preference for certain objects being held in cache?
In *whicH* cache? There are lots of caches here and there.....
I'm looking into ways of speeding up the loading of a Zope (actually Plone) site and wondered if there was any scope for configuring Zope's cache. I notice that the Plone site has an HTTPCache object but have no idea what it does or whether I can use it to keep any of the site's objects in Zope's cache.
-aj
-- John
On Tue, Dec 07, 2004 at 07:35:24PM +0000, John Poltorak wrote:
On Tue, Dec 07, 2004 at 08:27:41PM +0100, Andreas Jung wrote:
--On Dienstag, 7. Dezember 2004 19:22 Uhr +0000 John Poltorak <jp@warpix.org> wrote:
Is it possible to specify any preference for certain objects being held in cache?
In *whicH* cache? There are lots of caches here and there.....
I'm looking into ways of speeding up the loading of a Zope (actually Plone) site and wondered if there was any scope for configuring Zope's cache. I notice that the Plone site has an HTTPCache object but have no idea what it does or whether I can use it to keep any of the site's objects in Zope's cache.
THere is lots of documentation on this subject out there. It's a big topic. here are some goodies: http://www.plope.org/misc/szweb http://www.clearwind.ca/talks/profiling_and_caching.pdf http://poked.org/entries/needforspeed -- Paul Winkler http://www.slinkp.com
participants (4)
-
Andreas Jung -
Jens Vagelpohl -
John Poltorak -
Paul Winkler