29 Sep
2004
29 Sep
'04
6:42 p.m.
From: "Andreas Jung" <lists@andreas-jung.com>
--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.
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