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,LOTS_OF_MONEY autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!news.ecp.fr!news.jacob-sparre.dk!loke.jacob-sparre.dk!pnx.dk!.POSTED!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Release of the Collaboration Package Version 1.0.1a Date: Mon, 19 Aug 2013 17:00:06 -0500 Organization: Jacob Sparre Andersen Research & Innovation Message-ID: References: <52112204$0$14294$afc38c87@news7.united-newsserver.de> NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: loke.gir.dk 1376949607 21683 69.95.181.76 (19 Aug 2013 22:00:07 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Mon, 19 Aug 2013 22:00:07 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Xref: news.eternal-september.org comp.lang.ada:16907 Date: 2013-08-19T17:00:06-05:00 List-Id: How does this differ from Brad Moore's "Parafin" libraries? Randy. "Michael Erdmann" wrote in message news:52112204$0$14294$afc38c87@news7.united-newsserver.de... > Dear all, > > Collaboration 1.0.1a is a simplistic Ada framework which allows to speed > up > computing task by applying a simple parallelism scheme. > > The framework is not intended to solve all problems of parallelism but > it can be applied to all situations where it is possible to break down > the result set into disjunct partitions which can be calculated > independently of other partitions. Anyway it is rather easy to use :-) > > You may download the release via: > > https://github.com/merdmann/Collaboration/releases/tag/1.0.1a > > > The software is in a rather early stage; so it lacks good documentation, > error handing and a system wide installation procedure. > > Regards > M.Erdmann