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 Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!husc6!cmcl2!rutgers!ucla-cs!zen!ucbvax!GE-CRD.ARPA!blackje%sungod.tcpip From: blackje%sungod.tcpip@GE-CRD.ARPA Newsgroups: comp.lang.ada Subject: RE: Re: Help me to solve this problem! Message-ID: <8709010000.AA05503@ucbvax.Berkeley.EDU> Date: Mon, 31-Aug-87 20:46:00 EDT Article-I.D.: ucbvax.8709010000.AA05503 Posted: Mon Aug 31 20:46:00 1987 Date-Received: Fri, 4-Sep-87 07:25:34 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet List-Id: Received: by sungod.steinmetz (3.2/1.1x Steinmetz) id AA08368; Mon, 31 Aug 87 19:45:10 EDT Date: Mon, 31 Aug 87 19:45:10 EDT From: emmett black Posted-Date: Mon, 31 Aug 87 19:45:10 EDT Message-Id: <8708312345.AA08368@sungod.steinmetz> To: info-ada@ada20.isi.edu Subject: RE: Re: Help me to solve this problem! ----- Begin Forwarded Message ----- >From STRICKLER%SCOVCB.decnet@csbvax.steinmetz Mon Aug 31 13:31:03 1987 Received: from CSBVAX by sungod.steinmetz (3.2/1.1x Steinmetz) id AA07822; Mon, 31 Aug 87 13:30:56 EDT Posted-Date: 31 Aug 87 13:28 EST Message-Id: <8708311730.AA07822@sungod.steinmetz> Date: 31 Aug 87 13:28 EST From: STRICKLER%SCOVCB.decnet@csbvax.steinmetz Subject: RE: Re: Help me to solve this problem! I have not had the time to review the problem in detail, however, I will throw out a comment which may shed some light on the problem. Input/output operations on VAX Ada files take place sequentially (see Programmer's Runtime Reference Manual section 2.7). Thus, if two tasks request I/O to the same file, the second task will wait until all previous I/O on that file is completed. Although I do not know for sure, VAX Ada probably treats the terminal as a "file" and, if it does, a write can not take place while a read is pending. ----- End Forwarded Message -----