comp.lang.ada
 help / color / mirror / Atom feed
From: Robert A Duff <bobduff@shell01.TheWorld.com>
Subject: Re: Distributed Computing in Ada
Date: Thu, 27 Aug 2009 20:35:52 -0400
Date: 2009-08-27T20:35:52-04:00	[thread overview]
Message-ID: <wccocq0vkpj.fsf@shell01.TheWorld.com> (raw)
In-Reply-To: h774e0$2h6$1@news.tornevall.net

"Jeffrey R. Carter" <spam.jrcarter.not@spam.acm.org> writes:

> Robert A Duff wrote:
>> Well, not exactly the "original" design -- Annex E was not present in
>> Ada 83, and was added in Ada 95.
>
> Ada 83 had support for distribution. Tasks may run on separate
> processors; these processors need not all be part of the same
> computer.

Well, sort of, but not in a practical way.  Ada tasks share memory, and
there's no way to tell which variables are shared.  "Distributed" means
no shared memory.

I actually implemented such a system for Ada 83, where tasks could run
on different computers.  But there were some severe restrictions on
shared variables.  Terminate alternatives are "interesting" in that
context.

>...There was no language-defined way to specify which tasks run
> on which processors, but that's true with Annex E, too.

Yes.  But with Annex E there is a requirement that the implementation
provide some such mechanism.

- Bob



  reply	other threads:[~2009-08-28  0:35 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-24 13:22 Distributed Computing in Ada Allison Beh
2009-08-24 13:45 ` Jacob Sparre Andersen
2009-08-24 16:49 ` Georg Bauhaus
2009-09-05  9:31   ` Allison Beh
2009-09-05 12:06     ` Ludovic Brenta
2009-09-05 13:20       ` Allison Beh
2009-09-05 16:49         ` Vadim Godunko
2009-08-25 11:58 ` Gene
2009-08-25 12:00 ` Gene
2009-08-27 15:28   ` Robert A Duff
2009-08-27 23:27     ` Jeffrey R. Carter
2009-08-28  0:35       ` Robert A Duff [this message]
2009-08-28  4:07         ` abyhoe
2009-08-28  8:34           ` Ludovic Brenta
2009-08-28  8:57             ` abyhoe
2009-08-28  9:03               ` abyhoe
2009-08-28  9:33                 ` Ludovic Brenta
2009-08-28 13:25             ` John McCabe
2009-08-28 13:38               ` Ludovic Brenta
2009-08-28 14:59                 ` Robert A Duff
2009-08-28  4:19         ` Jeffrey R. Carter
2009-08-28 12:24           ` Robert A Duff
2009-08-28 18:57             ` Jeffrey R. Carter
2009-08-28 19:57               ` Robert A Duff
     [not found]         ` <cd917fe6-d84c-47bc-b00e-76baae76ec6e@u16g2000pru.googlegroups.com>
2009-08-28  8:40           ` Jacob Sparre Andersen
2009-08-28 12:29           ` Robert A Duff
2009-08-28 15:00 ` Per Sandberg
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox