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

Oleg Broytmann Oleg Broytmann <phd@phd.fep.ru>
Mon, 16 Apr 2001 20:36:42 +0400 (MSD)


On Mon, 16 Apr 2001, Andy McKay wrote:
> Ouch expensive overhead, you can modify FSCounter for this, but really this
> is what log files are for.

   Setup:
/img - Folder with images
standard_html_header - DTML Method that calls <img src="img/myImg.gif">

   Now the log is full of access to /xxx/img/myImg.gif, /yyy/img/myImg.gif
etc. But in reality this is the same image.

   Better do it from Zope.

Oleg.
----
     Oleg Broytmann     http://www.zope.org/Members/phd/     phd@phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.