[ZODB-Dev] Handling outdated .index file?

Greg Ward gward@mems-exchange.org
Mon, 16 Dec 2002 11:23:56 -0500


I have an implementation question about FileStorage: does it ever check
that the .fs file is more recent than the .fs.index file?  Or, if the
.index file exists, does it go ahead and read it anyways, and then only
realize that it's out-of-date in _sane()?

Thanks --

        Greg