[Zope] Write Once Media with Data.fs?
Dieter Maurer
dieter at handshake.de
Sun Jan 25 18:23:36 EST 2004
Sean wrote at 2004-1-24 18:19 -0500:
>I have noticed that the Data.fs file grows constantly. Does anyone know if
>the earlier part of the file is ever altered?
It is routinely:
When "FileStorage" starts to write a transaction record to
the storage file, it marks the transaction status as
"checkpoint" (status == "C").
After the complete transaction record is written, the
transaction status is changed to " ".
Thus, you cannot place the storage file on a write once medium
(unless you change the "FileStorage" code).
--
Dieter
More information about the Zope
mailing list