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!news4.google.com!newsfeed2.dallas1.level3.net!newsreader1.level3.com!newsfeed1.dallas1.level3.net!news.level3.com!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Isn't this in favour of Ada?? Date: 5 Aug 2005 18:15:05 -0500 Organization: LJK Software Message-ID: References: <42d64dde$0$64794$edfadb0f@dread12.news.tele.dk> <877jf02ud1.fsf@mid.deneb.enyo.de> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1123283614 13675 192.135.80.34 (5 Aug 2005 23:13:34 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Fri, 5 Aug 2005 23:13:34 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:3991 Date: 2005-08-05T18:15:05-05:00 List-Id: In article <877jf02ud1.fsf@mid.deneb.enyo.de>, Florian Weimer writes: > I am not aware of any Ada implementation which integrates I/O > multiplexing with tasks. Therefore, it seems to me that Ada's tasking > is a completely useless burden when developing concurrent applications > on mainstream operating systems. Usually, you have to figure out how > to work around it realiably, so that the run-time library continues to > work. The DEC Ada package Tasking_Services provides a model for those who want to avoid setting up their own AST entries for calling $QIO and similar services.