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.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.uzoreto.com!news.redatomik.org!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!85.12.16.70.MISMATCH!peer03.ams1!peer.ams1.xlned.com!news.xlned.com!peer03.fr7!futter-mich.highwinds-media.com!news.highwinds-media.com!fx09.fr7.POSTED!not-for-mail Subject: Re: How To Create And Use Memory Map Files Newsgroups: comp.lang.ada References: <65487ca1-3a41-4acf-a36d-8ec62fcf5c28@googlegroups.com> From: Per Sandberg User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0 MIME-Version: 1.0 In-Reply-To: <65487ca1-3a41-4acf-a36d-8ec62fcf5c28@googlegroups.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Message-ID: X-Complaints-To: abuse@usenet.se NNTP-Posting-Date: Sat, 16 Feb 2019 21:13:24 UTC Organization: usenet.se Date: Sat, 16 Feb 2019 22:13:23 +0100 X-Received-Bytes: 1691 X-Received-Body-CRC: 388221885 Xref: reader01.eternal-september.org comp.lang.ada:55533 Date: 2019-02-16T22:13:23+01:00 List-Id: Well I would rephrase the question like what libraries in Ada are there out there that provides interfaces to memory mapped files, since as far as i know there ar no programming languages that know anything about memory mapped files only a bunch of libraries that happens to be written in a specific language. And one library that provides such a service is: https://github.com/AdaCore/gnatcoll-core/ and there may be others. /P On 2/16/19 8:40 PM, Michael390@gmail.com wrote: > How does Ada do memory map files? Can you give me a few small, but easy to read, programs showing the various aspects of using memory map files in Ada? > > I'd like to know the intricacies of using memory map files. > > What is the documentation and what else should I know? > > Thank you, > Mike >