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: 103376,a9bbfb8cd49f1a51 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news.maxwell.syr.edu!irazu.switch.ch!switch.ch!news.belwue.de!LF.net!news.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Isn't this in favour of Ada?? Date: Fri, 15 Jul 2005 16:04:40 +0200 Message-ID: <8764vcdv2f.fsf@deneb.enyo.de> References: <42d64dde$0$64794$edfadb0f@dread12.news.tele.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: albireo.enyo.de 1121436301 998 212.9.189.177 (15 Jul 2005 14:05:01 GMT) X-Complaints-To: Cancel-Lock: sha1:4h1EsypNTWNcibs91YPtebuOz/c= Xref: g2news1.google.com comp.lang.ada:3635 Date: 2005-07-15T16:04:40+02:00 List-Id: * Erlo Haugen: > http://www.gotw.ca/publications/concurrency-ddj.htm > > I think so. This is hardly new, people have been writing concurrent programs for decades, at least on the server side. I also fail to see Ada's advantages because Ada tasking tends to match poorly to concurrency models supported by operating systems. For example, how can you add a select alternative which waits for activity on a specific file descriptor, without introducing many pointless context switches?