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,a744520307161f16 X-Google-Attributes: gid103376,public From: Robert Jordan Subject: MMAP in ADA? Date: 1999/11/05 Message-ID: <38223922.7763122E@boeing.com>#1/1 X-Deja-AN: 544650235 Content-Transfer-Encoding: 7bit Sender: nntp@news.boeing.com (Boeing NNTP News Access) X-Nntp-Posting-Host: e897317.knt.boeing.com Organization: The Boeing Company Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-11-05T00:00:00+00:00 List-Id: Does ADA95 have anything equivalent to the Unix mmap() function? I would like to create a simple cross process memory region to interface a tk gui (with a c front end) to a much larger ADA process for displaying screen oriented status and for issuing stringified commands to the ADA process. I would like to use a filename as the common point so that each process can avoid any common knowledge of each other. And yes... I know I could just pragma import the unix mmap function, but I'm trying to avoid all imports in my ADA code (Per instruction). Thanks for any info, Robert