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.7 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,3bddf0a01feb351b X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.8.135 with SMTP id r7mr10764054pba.8.1318008594155; Fri, 07 Oct 2011 10:29:54 -0700 (PDT) Path: lh7ni13660pbb.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: leandrohbatista Newsgroups: comp.lang.ada Subject: Re: Middleware options for Ada and visual C++ integration Date: Fri, 7 Oct 2011 10:29:53 -0700 (PDT) Organization: http://groups.google.com Message-ID: <3655691.234.1318008593795.JavaMail.geo-discussion-forums@vbay19> References: <9780344.1709.1318004551286.JavaMail.geo-discussion-forums@yqnv12> Reply-To: comp.lang.ada@googlegroups.com NNTP-Posting-Host: 201.7.145.1 Mime-Version: 1.0 X-Trace: posting.google.com 1318008594 3795 127.0.0.1 (7 Oct 2011 17:29:54 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 7 Oct 2011 17:29:54 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=201.7.145.1; posting-account=8FovrgoAAAB_aJY9xHb4HjESellrCvkS User-Agent: G2/1.0 X-Google-Web-Client: true Xref: news1.google.com comp.lang.ada:18339 Content-Type: text/plain; charset=ISO-8859-1 Date: 2011-10-07T10:29:53-07:00 List-Id: This could a good idea! But porting the HMI do Ada it's not a choice yet. In fact, I'd like to setup a COM server in my Ada simulation and run the HMI in another PC for example using TCP/IP. So, I'm looking for a middleware that could interface Ada and C++. I started reading about DDS (data distribution service) and I found RTI DDS solution (http://www.rti.com/products/dds/index.html). Before choosing a middleware, I'd like to hear from Ada comunity, what solutions are you using as inter process communications? DDS, CORBA, PolyORB, DCOM, .NET, or are you developing your own solution (DYO)?