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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,40c8d1d2d927ffd9,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-02-19 04:29:09 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: bibb.latting@cox.net (Bibb Latting) Newsgroups: comp.lang.ada Subject: Interoperability: differing storage units and/or endianess Date: 19 Feb 2004 04:29:09 -0800 Organization: http://groups.google.com Message-ID: <9fb7e8e1.0402190429.49b37b16@posting.google.com> NNTP-Posting-Host: 68.111.120.112 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1077193749 13812 127.0.0.1 (19 Feb 2004 12:29:09 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 19 Feb 2004 12:29:09 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:5666 Date: 2004-02-19T04:29:09-08:00 List-Id: Hi, I am working on a distributed application where the processors have differing storage unit sizes and/or endianess. My problem is how to handle the specification of memory contents and the delivery of data to applications with minimal variation between implementations. I'd like to know what solutions have worked well for others.