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=2.1 required=5.0 tests=BAYES_05,FREEMAIL_FROM, INVALID_DATE,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,740334fe763210cd,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-01-19 01:08:38 PST Path: nntp.gmd.de!Germany.EU.net!howland.reston.ans.net!news.sprintlink.net!pipex!uunet!newstf01.news.aol.com!not-for-mail From: whitteng@aol.com (Whitteng) Newsgroups: comp.lang.ada Subject: Re: Fast file access? Date: 19 Jan 1995 04:08:38 -0500 Organization: America Online, Inc. (1-800-827-6364) Sender: root@newsbf02.news.aol.com Message-ID: <3fla6m$bf2@newsbf02.news.aol.com> References: <3fdhla$kgt@nyheter.chalmers.se> Reply-To: whitteng@aol.com (Whitteng) Date: 1995-01-19T04:08:38-05:00 List-Id: I work at the Idaho National Engineering Laboratory (INEL) on the AdaSAGE development team, and what we have always done is avoid the standard file manipulation packages. Up on ftp://sage.inel.gov you will find various versions of AdaSAGE, including the Rational Software Meridian compiler. What you are getting is binaries that will link with you program. The file access stuff is in the Files package. The files package interfaces directly to dos through assembly language and is very fast. BTW, also available on ftp://sage.inel.gov is a reference version of the source code for AdaSAGE (see the CDROM directory) that should contain the source for Files. TTFN < ; - | )