[Zope] Counting hits

Andreas Jung lists at andreas-jung.com
Wed Sep 29 13:13:58 EDT 2004



--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.

-aj




More information about the Zope mailing list