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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fd0ee7c9be011576 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-07 13:50:08 PST Newsgroups: comp.lang.ada Path: supernews.google.com!sn-xit-03!supernews.com!logbridge.uoregon.edu!newsfeed.stanford.edu!news.isc.org!news.gnac.net!uunet!sac.uu.net!ash.uu.net!world!bobduff From: Robert A Duff Subject: Re: Ada Annex E (Just curious :-) Sender: bobduff@world.std.com (Robert A Duff) Message-ID: Date: Wed, 7 Mar 2001 21:47:46 GMT References: <3AA29386.E60A686D@linuxchip.demon.co.uk> <980ekl$p4h$1@nh.pace.co.uk> <3AA43C58.105B970D@linuxchip.demon.co.uk> Organization: The World Public Access UNIX, Brookline, MA X-Newsreader: Gnus v5.3/Emacs 19.34 Xref: supernews.google.com comp.lang.ada:5520 Date: 2001-03-07T21:47:46+00:00 List-Id: Ted Dennison writes: > Admittedly, I don't know all that much about Annex E. But in this situation, why > wouldn't you prefer to have direct compiler support for putting tasks on > different processors, rather than mess with Annex E? Ada tasking pretty much assumes that "all" memory is shared among all tasks. Annex E is designed to support the distributed (no shared memory) case, and also the mixed case (*some* memory is shared -- see shared passive packages). - Bob