Hi, Do zope load and interpret methods every time a hit occurs or does it cache the code/object somewhere? --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.371 / Virus Database: 206 - Release Date: 6/13/2002 ______________________________________ The information transmitted through this mail is intended solely for the addressee and may be legally privileged. Any disclosure, copying, dissemination or any action taken or omitted, to be taken in reliance on it, by persons or entities other than the intended recipient is prohibited. Smart Communications, Inc. http://www.smart.com.ph
alwyn@smart.com.ph writes:
Do zope load and interpret methods every time a hit occurs or does it cache the code/object somewhere? The method code is cached (depending on object type even persistent).
The methods result is usually not cached. But you can use one of Zope's cache manager to change this... Dieter
participants (2)
-
alwyn@smart.com.ph -
Dieter Maurer