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-Thread: 103376,913ffb3586d7a026 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!feeder.erje.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: What is the best method for transmitting objects/tagged records? Date: Fri, 10 Jun 2011 08:16:01 +0100 Organization: A noiseless patient Spider Message-ID: References: <47671647-1941-4bf2-ab34-578b4a853095@k16g2000yqm.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: mx04.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="17390"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19A2c1aDE4e3pSynqrmlGo443zrnHn+a5E=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (darwin) Cancel-Lock: sha1:qdtuzjWaxvnxncflGcM5zKOfxxM= sha1:YAEIrtYPD4Q2e8uvUPSVwtkPli8= Xref: g2news1.google.com comp.lang.ada:19728 Date: 2011-06-10T08:16:01+01:00 List-Id: "Randy Brukardt" writes: > Ada doesn't out of the box support any sort of hetrogeneous > partitioning (the assumption is that all of the processors are > similar) and if your implementation provides some it is doing so > outside of Ada. (That is, if you have partitions with different native > byte orders communicating, you are trying to do something Ada was not > designed for.) Looking at http://www.adaic.org/resources/add_content/standards/05aarm/html/AA-E.html, (6) leaves it up to the implementation whether the distributed system must be homogeneous. However, (7) [Note 1] requires the impementation to support configuration changes without recompilation, which strikes me (as an interested bystander) as a very demanding requirement and one I would have thought potential users would be able--if reluctantly--to do without. Are Notes normative?