11 Feb
2001
11 Feb
'01
5:40 p.m.
Steve Alexander wrote:
Chris Withers wrote:
So would a counter such as:
<snip my counter>
That's not the issue.
Does that mean my counter is thread safe?
Morten's product stores the counter's value in a file on the filesystem, and so it doesn't cause the Data.fs to grow.
Hmmm, well, my counter above wouldn't cause the data.fs to grow all that much, since it subclasses Persistent and so gets its own pickle jar. cheers, Chris