[Zope] Counter and concurrent access
Chris Withers
chrisw@nipltd.com
Tue, 25 Sep 2001 11:45:47 +0100
Paul Everitt wrote:
>
> You're talking about ZODB growth around 500Kb per day, or 15Mb per
> month. With *any* amount of packing, this shouldn't be too much of a
> problem.
ZODB bloat was one problem, the other problem used to be write conflicts on high
volume sites.
But, with the application conflict resolution, this isn't a problem either...
In fact, I think Mike did a counter just like this in one of his recent ZODB
programming articles on zope.org...
cheers,
Chris