From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,71dd9a28c203c2c2 X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Looking for Indexed Sequential File Package Date: 1997/07/16 Message-ID: #1/1 X-Deja-AN: 257305773 References: <33CCA95E.167EB0E7@avions.aerospatiale.fr> <1997Jul16.140050.1@eisner> Organization: New York University Newsgroups: comp.lang.ada Date: 1997-07-16T00:00:00+00:00 List-Id: Larry said <> That's too simplistic. NT is a fully journaled file system. The exact needs for integrity vary of course, but ensuring write through caching is neither necessary nor sufficient for achieving file integrity in any environment. Generally a straightforward approach will work fine in practice over a jornalled file system like the one in NT (some Unices but not all also have reasonable file systems). As for making a portable efficient indexed file access package. This is perfectly possible (the package I did for Realia COBOL did not depend on any OS specific features, and could be ported to other environments).