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=3.8 required=5.0 tests=BAYES_00,INVALID_MSGID, RATWARE_MS_HASH,RATWARE_OUTLOOK_NONAME autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 114c38,e14e8dd35d00610,start X-Google-Attributes: gid114c38,public X-Google-Thread: 103376,e14e8dd35d00610,start X-Google-Attributes: gid103376,public From: "Paul McDonald" Subject: Blocked I/O Date: 1998/01/22 Message-ID: <01bd277e$c1c33400$b87567cf@awcg.awcg.com>#1/1 X-Deja-AN: 318406194 Organization: AdaWorld NNTP-Posting-Date: Thu, 22 Jan 1998 16:44:31 EST Newsgroups: comp.lang.ada,comp.os.vxworks Date: 1998-01-22T00:00:00+00:00 List-Id: We are using VxWorks 5.1.1 on a DY4 68040 card. We are using Rational Ada, we have 5 Ada tasks running. I have the serial output of the DY4 going to a TIP port on a SPARCstation. Output to the TIP port from the Ada program works fine. I added a task to get input from the TIP window. But the code blocks on the input call, and all the other tasks are blocked from running. Is there a way of doing non-blocking I/O? Paul McDonald AWCG mcdonald@awcg.com