29 Sep
2004
29 Sep
'04
5:13 p.m.
--On Mittwoch, 29. September 2004 14:06 Uhr -0300 Rodrigo Senra <rodsenra@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