This is also something that improved greatly in 2.6. Doing this in 2.5 means hacking the source (hmmm, I think I lost that patch), and alot of meditation on the debugging output. You will still need a deep understanding of the pickle cache (the thing that was rewritten in 2.6) to asses the impact of any changes you might make.
On Friday 22 November 2002 3:46 pm, Brian R Brinegar wrote: > Is there a way in Zope 2.5 to see what kind of hit/miss ratio our cache is > having? Currently we have 260,000 objects in our database and an ideal > cache size of 10,000. And I'm not sure how often it's accessing the > database. _______________________________________________ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
