16 Apr
2001
16 Apr
'01
4:33 p.m.
Q2. If yes, how would you suggest using Zope to catch events and store statistics on this. Create a ZCatalog with an updated 'saved_hits' property for each item would be ideal.
Each of your images should be an instance of a class that counts hits on every call.
Ouch expensive overhead, you can modify FSCounter for this, but really this is what log files are for. Cheers. -- Andy McKay.