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,27d2d03d60db9bd1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-11-03 15:05:37 PST Path: bga.com!news.sprintlink.net!EU.net!uunet!aadt!psinntp!psinntp!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Ada replacements for DOS I/O Date: 3 Nov 1994 18:05:37 -0500 Organization: Courant Institute of Mathematical Sciences Message-ID: <39bqc1$8gh@gnat.cs.nyu.edu> References: <399kl4$4fv@news.delphi.com> NNTP-Posting-Host: gnat.cs.nyu.edu Date: 1994-11-03T18:05:37-05:00 List-Id: The limitation in DOS on simultaneous I/O has nothing to do with device drivers, it comes from the fact that the Int 21h handler is single threaded!