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=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,18385551e0d37b37 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-10-29 23:26:21 PST Path: nntp.gmd.de!xlink.net!rz.uni-karlsruhe.de!news.uni-stuttgart.de!news.belwue.de!news.dfn.de!Germany.EU.net!EU.net!uunet!news.delphi.com!usenet From: tmoran@bix.com Newsgroups: comp.lang.ada Subject: Re: Ada replacements for DOS I/O Date: 29 Oct 1994 22:01:57 GMT Organization: Delphi Internet Services Corporation Message-ID: <38ugol$hir@news.delphi.com> NNTP-Posting-Host: bix.com Date: 1994-10-29T22:01:57+00:00 List-Id: About a year ago the local SigAda presentation by someone from Sun or Silicon Graphics (I forget which) was about a compiler that let you specify which tasks should be separate OS threads, and thus not block other threads when they do IO, and which tasks should be Ada run-time multitasked within a single OS thread, and thus do task switching much faster. Thus letting you 'pays your money and takes your choice'.