From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 22 Sep 92 23:56:29 GMT From: europa.asd.contel.com!darwin.sura.net!Sirius.dfn.de!th-ilmenau.RZ.TH-Ilme nau.DE!hpux.rz.uni-jena.de!mwj@uunet.uu.net (Johannes Waldmann) Subject: VAX Ada: Diffs in tasking between v 1.5 and v 2.1? Message-ID: <1992Sep22.235629.11391@rz.uni-jena.de> List-Id: I have a prog which uses lots of tasks doing text_io.put/get on the terminal and on files and also reading and writing system mailboxes. The latter is implemented with QIO and AST entries. The whole thing works fine when compiled with v 1.5, but stumbles with v 2.1. (It seems the keyboard wait for text_io.get blocks other tasks as well.) I'd like to know some cure for this..