Path: utzoo!attcan!uunet!aplcen!samsung!usc!apple!uokmax!d.cs.okstate.edu!minich From: minich@d.cs.okstate.edu (Robert Minich) Newsgroups: comp.sys.mac.programmer Subject: Re: Synchronous sounds using the Sound Manager Message-ID: <1990Jun6.061902.15147@d.cs.okstate.edu> Date: 6 Jun 90 06:19:02 GMT References: <31011@ut-emx.UUCP> Organization: Oklahoma State University Lines: 16 > This seems to be the consensus, but doesn't the very definition of > 'synchronous' imply concurrence? Asynchronous should mean 'not simultaneous'. > Is this Apple's way of confusing us even further? Synchronous means everything happens in a predictable, organized manner. If something is asynch, you don't know what will happen when. When you call a routine asynchronously, you don't know when it will finish. That is, the routine you call and your program aren't synchronized. (Thus the use of completion routines and status variables.) Hope this helps -- | _ /| | Robert Minich | | \'o.O' | Oklahoma State University | | =(___)= | minich@d.cs.okstate.edu | | U | - Bill sez "Ackphtth" |