[Zope] copying images + hit or save detection in Zope ?

Andy McKay andym@ActiveState.com
Mon, 16 Apr 2001 09:33:22 -0700


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