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.4 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,1eef1e815cf70416 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.204.152.217 with SMTP id h25mr1533909bkw.3.1339155535674; Fri, 08 Jun 2012 04:38:55 -0700 (PDT) Path: e27ni27245bkw.0!nntp.google.com!news2.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail NNTP-Posting-Date: Fri, 08 Jun 2012 06:38:51 -0500 Date: Fri, 08 Jun 2012 07:38:51 -0400 From: "Peter C. Chapin" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120604 Thunderbird/13.0 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Distributed Systems Annex, data sharing between programs References: <8055acf5-188f-4b34-b4f0-83d70fee54f8@googlegroups.com> <96feb838-e0d3-4d06-abf0-79a8e74b5746@e20g2000vbm.googlegroups.com> <54af7ad7-7268-4d84-bafa-542e380a58f6@n16g2000vbn.googlegroups.com> In-Reply-To: Message-ID: <3d2dnQYdb57WeUzSRVn_vwA@giganews.com> X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-NQzz5sBIP6JEaoYMLML7VICiH0CLr0CWR23PyWXtB7IycBnPJKS2JV3JwxvnREOL3qhOqSB/n8bvCVz!9hS4VlICwxWBbyZS/5B0SktKTyC9WEPD8SNLpzYdz9SqyWRtazMVZ/c25vPNvR0= X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 2019 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2012-06-08T07:38:51-04:00 List-Id: On 2012-06-06 15:17, Simon Wright wrote: >> http://msgpack.org/ >> >> It is not complete in the sense that it covers only the serialization >> part (and even there has many limitations), but for a number of >> problems seems like a nice and easy, off-hand solution. Yes, the Ada >> binding is missing there. > > I'm thinking I need a project; would anyone be interested in an Ada > binding? One middleware system I've used before is Ice (http://www.zeroc.com). I'd love to see an Ada binding to it. Peter