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,904f3551267aacb0 X-Google-Attributes: gid103376,public From: kenner@lab.ultra.nyu.edu (Richard Kenner) Subject: Re: How to hide instantiation of Direct_IO? Date: 1997/03/01 Message-ID: <5f9jit$5j4$1@news.nyu.edu>#1/1 X-Deja-AN: 222349260 References: <331316F1.7F2C@watson.ibm.com> <3315A1BF.3C1D@watson.ibm.com> Organization: New York University Ultracomputer Research Lab Newsgroups: comp.lang.ada Date: 1997-03-01T00:00:00+00:00 List-Id: In article <3315A1BF.3C1D@watson.ibm.com> ncohen@watson.ibm.com writes: >Who said anything about text files? The topic of this discussion is >direct I/O, and the type Count provided by instances of Ada.Direct_IO. >Scientific and multimedia applications with data files of potentially >more than 2 billion items are commonplace. Not only that, but consider writing an "fsck" in Ada. There the disk is a single file, and many disks are larger than 2GB.