Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!rutgers!ames!sdcsvax!ucbvax!NTSUVAX.BITNET!ie53 From: ie53@NTSUVAX.BITNET (HAERIM LEE) Newsgroups: comp.lang.ada Subject: a question Message-ID: <8708261654.AA17435@ucbvax.Berkeley.EDU> Date: Wed, 26-Aug-87 12:55:16 EDT Article-I.D.: ucbvax.8708261654.AA17435 Posted: Wed Aug 26 12:55:16 1987 Date-Received: Fri, 28-Aug-87 05:52:37 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 9 VAx Ada(tm) LRM 9.5.13 (?) says: If several tasks call the same entry before a corresponding accept statement is reached, the calls are queued. .. The calls are processed in the order of arrival. My question is: Are those entry calls queued in the order of calls? In other words, is the order of call the same as that of arrival? -- Haerim Lee (IE53@NTSUVAX)