30 Jan
2002
30 Jan
'02
2:18 a.m.
Hi Zopers, Jim Penny wrote:
Never store things in ZODB that change often (things like page counters are prime examples.)
Are there other solutions for counter-like apps than an RDBMS or the file system? (We don't wanna give Zope file system access for maximum security... ) Do I really have to set up an RDBMS and a table for small, tabular, frequently changing data? Can I do this with non_undo dbs? Is the write process slow because of the undo feature? Thanx, nuon