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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no 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 Path: g2news1.google.com!postnews.google.com!k16g2000yqm.googlegroups.com!not-for-mail From: Shark8 Newsgroups: comp.lang.ada Subject: Re: What is the best method for transmitting objects/tagged records? Date: Tue, 7 Jun 2011 07:18:38 -0700 (PDT) Organization: http://groups.google.com Message-ID: <47671647-1941-4bf2-ab34-578b4a853095@k16g2000yqm.googlegroups.com> References: <5e5bc0bb-8b39-4655-8c9d-f93ec24b3529@p21g2000yqh.googlegroups.com> NNTP-Posting-Host: 24.230.151.194 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1307456319 25862 127.0.0.1 (7 Jun 2011 14:18:39 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 7 Jun 2011 14:18:39 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k16g2000yqm.googlegroups.com; posting-host=24.230.151.194; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:19673 Date: 2011-06-07T07:18:38-07:00 List-Id: On Jun 6, 9:53=A0pm, tmo...@acm.org wrote: > I think I missed something. =A0Are you trying to implement the > marshalling/unmarshalling part of a Partition Communication Subsystem? I think that's what it amounts to, yes. (Though I don't think I realized it until you put it in those terms.)