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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5ddf1e6f4a4c039d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-14 19:31:05 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!fu-berlin.de!uni-berlin.de!slip-12-64-0-14.mis.prserv.NET!not-for-mail From: Vinzent Hoefler Newsgroups: comp.lang.ada Subject: Re: Ada sockets and gnat 3.13 windows and linux interoperability Date: Fri, 14 Feb 2003 22:29:34 -0500 Organization: JeLlyFish software Message-ID: References: <6a90b886.0302140715.54d50ccf@posting.google.com> NNTP-Posting-Host: slip-12-64-0-14.mis.prserv.net (12.64.0.14) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: fu-berlin.de 1045279861 47800838 12.64.0.14 (16 [175126]) X-Newsreader: Forte Agent 1.8/32.548 Xref: archiver1.google.com comp.lang.ada:34115 Date: 2003-02-14T22:29:34-05:00 List-Id: "David C. Hoos, Sr." wrote: >> Well, they used the Distributed Systems Annex, but I'd guess, even >> without that your chances are very good. > >> If all else fails, you still can add representation clauses to the >> types you are exchanging to make sure they are represented the same >> way on all target systems. > >It's not representation clauses that are needed, but rather stream >attributes that will control the network representation of the >data as it's transferred between systems. > >The Distributed Systems Annex goes so far as to provide endianness- >independent stram attributes, so that the types will be accurately >transferred even between systems with different endianness. Oh thanks, I didn't know that. I still hadn't the time and opportunity to play with that... Vinzent.