[Zope] Counting hits
Jonathan Hobbs
toolkit at magma.ca
Wed Sep 29 14:42:58 EDT 2004
From: "Andreas Jung" <lists at andreas-jung.com>
> --On Mittwoch, 29. September 2004 14:06 Uhr -0300 Rodrigo Senra
> <rodsenra at gpr.com.br> wrote:
> >
> > 2) If you want to count how many times a single published object
> > is referenced. You can always count each access incrementing a
> > property through 'manage_changeProperties()', very rudimentary
> > and yet very simple to implement.
> >
>
> You really should do it that way! This will blow up your ZODB for *every*
> hit.
What if you were to use a property field on a temp_folder (ram), then the
zodb would be accessed, and it should be faster?
Jonathan
More information about the Zope
mailing list