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=unavailable autolearn_force=no version=3.4.4 Path: border1.nntp.ams3.giganews.com!border2.nntp.ams3.giganews.com!border2.nntp.ams2.giganews.com!border4.nntp.ams.giganews.com!border2.nntp.ams.giganews.com!nntp.giganews.com!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed-00.mathworks.com!nntp.TheWorld.com!.POSTED!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: Ada advocacy Date: Sat, 31 Aug 2013 10:47:45 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <19595886.4450.1332248078686.JavaMail.geo-discussion-forums@vbbfy7> <2012032020582259520-rblove@airmailnet> <12ee9bc5-3bdf-4ac0-b805-5f10b3859ff4@googlegroups.com> <6c58fae4-6c34-4d7a-ab71-e857e55897c0@x6g2000vbj.googlegroups.com> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls7.std.com 1377960465 31079 192.74.137.71 (31 Aug 2013 14:47:45 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Sat, 31 Aug 2013 14:47:45 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:8aO+NPzkPLHylNk0Hi7dJvqQVj8= X-Original-Bytes: 2279 Xref: number.nntp.dca.giganews.com comp.lang.ada:183243 Date: 2013-08-31T10:47:45-04:00 List-Id: "Jeffrey R. Carter" writes: > The ARM-83 used the called task's place in its execution, as I recall: > if the called task was at an accept for the called entry, or at a select > with an open alternative for the called entry, then the rendezvous took > place; otherwise, the calling task took the else part. ARM-95 changed > that to whether the call was queued: if the call was queued at any > point, the call is canceled and the caller takes the else part; > otherwise the caller remains in the select part. That's not really a change. If you stick to Ada 83 features, you get the same behavior. The reason for the new wording is for requeue (which is a handy feature). - Bob