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,5df725f58ba75d6e X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!z66g2000hsc.googlegroups.com!not-for-mail From: Ken Thomas Newsgroups: comp.lang.ada Subject: Re: Distributed programming Date: Fri, 4 Jul 2008 02:09:48 -0700 (PDT) Organization: http://groups.google.com Message-ID: <4ea453b2-a18f-4984-ac86-c196f8c25b9d@z66g2000hsc.googlegroups.com> References: NNTP-Posting-Host: 152.78.70.10 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1215162588 5126 127.0.0.1 (4 Jul 2008 09:09:48 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 4 Jul 2008 09:09:48 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z66g2000hsc.googlegroups.com; posting-host=152.78.70.10; posting-account=B_SmUwoAAAArT7-avjstloPG8dLOABck User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:1002 Date: 2008-07-04T02:09:48-07:00 List-Id: On Jul 3, 4:58=A0pm, S=E9bastien Morand wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > > I'm trying to get working the annex E of Ada about Distributed > programming. I get very few pieces of information about it. > > Is there any body out there able to give me some tips how to use > disttribuated programming? > > I know there is some pragma: Remove_Call_Interface for example, but I > don't know how to get them working. > > Thanks by advance, > > Sebastien > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.5 (Cygwin) > > iD8DBQFIbPcr+zV9xm4PlDQRAlV5AJ9pzIWO6+xda2voqWrgpx2Ce4QapwCdGbnr > oavwffeM8rb0I1GeeLpkZ/0=3D > =3DLmgZ > -----END PGP SIGNATURE----- A good strategy would be to get the examples from GLADE working. For reading material, good sources are the books Burns, A. and A. J. Wellings (1995). Concurrency in ADA. Cambridge ; New York, Cambridge University Press. Burns, A. and A. J. Wellings (2007). Concurrent and real-time programming in Ada 2005. Cambridge ; New York, Cambridge University Press. Ken