Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-crg!nike!ucbcad!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU (Matt Dillon) Newsgroups: net.micro.amiga Subject: Question on Asyncronous IO message ports Message-ID: <8609100455.AA19638@cory.Berkeley.EDU> Date: Wed, 10-Sep-86 00:55:10 EDT Article-I.D.: cory.8609100455.AA19638 Posted: Wed Sep 10 00:55:10 1986 Date-Received: Thu, 11-Sep-86 08:19:48 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: University of California at Berkeley Lines: 9 If I queue a write to the DOS handler for a specific file, then do some other operation normally (such as a Read() or Seek()), will the DOS handler do the write operation before the Read() or Seek() (e.g. in the order PutMsg'd to the port), or can things get mixed around? Thanks, -Matt