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,fad7b049cb669896 X-Google-Attributes: gid103376,public From: jerry@jvdsys.stuyts.nl (Jerry van Dijk) Subject: Re: Ada95 Streams Date: 1998/12/03 Message-ID: #1/1 X-Deja-AN: 418788688 References: <742rpk$2t4$1@nnrp1.dejanews.com> <745ufc$n22$1@nnrp1.dejanews.com> Organization: * JerryWare *, Leiden, Holland Newsgroups: comp.lang.ada Date: 1998-12-03T00:00:00+00:00 List-Id: david_jones_98@yahoo.com wrote: : Nice page :), however it seems to me that in your program, you are using : stream_io where you could have used direct_io, ie. you aren't using the : sequential properties of the stream, but instead just read in the whole file. It cannot use Direct_IO, since this requires a seqence of identical records, while the DLL will contain an unpredictable number of different types and sizes. Well, with enough virtual memory, why not ? Disks are slow, memory is fast. Jerry. -- -- Jerry van Dijk | email: jdijk@acm.org -- Leiden, Holland | member Team-Ada -- Ada & Win32: http://stad.dsl.nl/~jvandyk