Path: utzoo!attcan!uunet!samsung!zaphod.mps.ohio-state.edu!wuarchive!udel!new From: new@udel.edu (Darren New) Newsgroups: comp.sys.amiga.tech Subject: Re: A couple of AmigaDOS questions... Message-ID: <10541@nigel.udel.EDU> Date: 8 Feb 90 13:50:28 GMT References: <20642@watdragon.waterloo.edu> Sender: usenet@udel.EDU Reply-To: new@udel.edu (Darren New) Organization: University of Delaware Lines: 10 In article <20642@watdragon.waterloo.edu> ccplumb@lion.waterloo.edu (Colin Plumb) writes: >>1) Is there a way to do non-blocking reads from an AmigaDOS >> FileHandle? >Yes. All the DOS functions do is send a packet to the apropriate >handler and wait for it to return. But can you abort the I/O once your other stuff has come back? I.e., if I want to time out on a read of CON:, I can get my process to come back when the timer.device message comes back, but since DOS is not a device I can't AbortIO on the packet, can I? -- Darren