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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bc52f636ca65e489,start X-Google-Attributes: gid103376,public From: Simon Johnston Subject: Re: GNAT GARLIC implementation Date: 1996/05/02 Message-ID: <199605020609.HAA11812@jerry.rb.icl.co.uk>#1/1 X-Deja-AN: 152541169 sender: Ada programming language priority: normal comments: cc: puk organization: ICL Retail Systems reply-to: skj@acm.org newsgroups: comp.lang.ada x-mailer: Pegasus Mail for Windows (v2.30) Date: 1996-05-02T00:00:00+00:00 List-Id: --- Originally sent to gnatlist --- > I would like to try porting the Ada 95 Distributed Systems Annex E, as > implemented by GARLIC for GNAT, to Win NT and 95. Good man! I could do with a working copy of this Annex to understand its implication for projects I am working on. > The GNAT library source code has many references to the GARLIC package > inside System.RPC but GARLIC itself is not included in the source. Nope, I believe it is a seperate project being done in Europe by Cyrille Cromar? I don't know about the name exactly. > No response yet from ACT concerning how to get a copy of GARLIC. > Does GARLIC fall under the GNU licensing terms or is it > a separate product? In the latter case, will I still be > able to place my port under the FSF copy-left domain? It is a seperate FSF product, the same as GNAT itself, but where you get it from and how you build/port/use it I don't know. > I became interested in this because (as Scott Moody has pointed out) > Ada distribution through automated remote call interfaces > seems much simpler to use than CORBA and other network interfaces. Firstly I think it would be simpler, and secondly I think it is a very important addition to the language and the more people using it and understanding its implications and possible problems the better. > Right now, I can get two local or networked Windows Ada programs > to talk to each other via sockets but I would rather use an abstraction > like that described in Annex E. Absolutely. > Paul Pukite > puk@maroon.tc.umn.edu with StandardDisclaimer; use StandardDisclaimer; package Sig is --,-------------------------------------------------------------------------. --|Simon K. Johnston - Development Engineer (C++/Ada95) |ICL Retail Systems | --|-----------------------------------------------------|3/4 Willoughby Road| --|Unix Mail: skj@acm.org |Bracknell | --|Telephone: +44 (0)1344 476320 Fax: +44 (0)1344 476302|Berkshire | --|Internal : 7261 6320 OP Mail: S.K.Johnston@BRA0801 |RG12 8TJ | --|WWW URL : http://www.acm.org/~skj/ |United Kingdom | --`-------------------------------------------------------------------------' end Sig;