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-31 07:01:59 PST Path: bga.com!news.sprintlink.net!howland.reston.ans.net!swiss.ans.net!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: 31 Oct 1994 08:21:41 -0500 Organization: Courant Institute of Mathematical Sciences Message-ID: <392r15$gl3@schonberg.cs.nyu.edu> References: <44279.cwarwick@fox.nstn.ns.ca> <38qq4u$as2@theopolis.orl.mmc.com> NNTP-Posting-Host: schonberg.cs.nyu.edu Date: 1994-10-31T08:21:41-05:00 List-Id: Of course simultaneous text_io from separate tasks to the same file (e.g. standard output) is pretty hard to define anyway (at what level does the output get interleaved - lines, text_io calls, characters, pixels?)