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: a07f3367d7,6ca5f0d94d4c145 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!s31g2000yqs.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Distributed Computing in Ada Date: Fri, 28 Aug 2009 01:34:23 -0700 (PDT) Organization: http://groups.google.com Message-ID: <6a6142c7-101b-407c-bc14-caa3fcfb2fcb@s31g2000yqs.googlegroups.com> References: <7f8194ed-26d1-4a38-841b-6cb910b10ce4@j9g2000prh.googlegroups.com> <7ea2b1c2-a011-456e-9ec2-10c4ab75ee05@r38g2000yqn.googlegroups.com> NNTP-Posting-Host: 153.98.68.197 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1251448463 3630 127.0.0.1 (28 Aug 2009 08:34:23 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 28 Aug 2009 08:34:23 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s31g2000yqs.googlegroups.com; posting-host=153.98.68.197; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:8027 Date: 2009-08-28T01:34:23-07:00 List-Id: Adrian Hoe wrote on comp.lang.ada: > I remembered I played with florist many years ago.Its website > (http://www.cs.fsu.edu/~baker/florist.html) indicates that the latest update > was in 2003. I still can find florist lib package at Ubuntu and > Debian. > > If my memory serves me correct, there were a few distributed examples > (one of them was Sieve of Eratosthenes) that came with the florist > package. Can someone please verify that? I think you are confusing FLORIST (an implementation of POSIX.5) with GLADE (GNAT Library for Ada Distributed Execution) which was in Debian 3.1 and 4.0 under the name "gnat-glade". GLADE does not work with gnat-4.3 and so we dropped it from Debian 5.0. > I am a little bit curious on this: Does Ada require PolyOrb etc to > support Annex E? PolyORB is the successor to GLADE, so the answer is yes. -- Ludovic Brenta.