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=1.1 required=5.0 tests=BAYES_40,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!husc6!cmcl2!rutgers!ucla-cs!zen!ucbvax!wwu.EDU!8440425 From: 8440425@wwu.EDU (Richard Golding) Newsgroups: comp.lang.ada Subject: Message ordering Message-ID: <8709222126.AA13646@ucbvax.Berkeley.EDU> Date: Fri, 11-Sep-87 19:57:00 EDT Article-I.D.: ucbvax.8709222126.AA13646 Posted: Fri Sep 11 19:57:00 1987 Date-Received: Thu, 24-Sep-87 07:02:30 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet List-Id: "... In a properly designed real-time, multiprocessor, Ada OS, where tasking across machine boundaries is implemented via messages, the design of the bus insures that the messages are received in the order that they are sent out..." This may be true in some tightly-coupled multiprocessor systems, but it is patently *not* the case in a distributed system. For a discussion of message- ordering, see Agha's Actors book. In a widely dispersed system, say across several millions of miles of space (in the case of remote space probes) there is simply *no way* you are going to be able to completely guarantee ordering. - richard golding 8440425@wwu.edu