[Zope-CMF] Count and FS Count
marc lindahl
marc@bowery.com
Mon, 09 Jul 2001 11:31:02 -0400
In ZopeGUM/ZopeGUD products there's a nice counter product called
ThreadSafeCounter... get one of those packages and pull that product out.
It's a ZODB counter, but doesn't cause excessive commits (bloat), a great
example of working with persistence.
> From: "Norman Khine" <norman@khine.net>
> Date: Mon, 9 Jul 2001 14:54:15 +0100
> To: "Zope-Cmf" <zope-cmf@zope.org>
> Subject: [Zope-CMF] Count and FS Count
>
> Hello,
> What is the best option to use in order to provide a counter for the number
> of hits that each type-object generates, so that when a Member creates a
> Document, this document will have a counter in its footer, and everytime
> this is viewed it will increment.
>
> I did install the FSCounter product, but I can't get it to work correctly?
> Perhaps I am doing something wrong?
>
> Thanks
>
> Norman
>
>
>
>
> _______________________________________________
> Zope-CMF maillist - Zope-CMF@zope.org
> http://lists.zope.org/mailman/listinfo/zope-cmf
>
> See http://www.zope.org/Products/PTK/Tracker for bug reports and feature
> requests