Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!rutgers!labrea!aurora!ames!sdcsvax!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU (Matt Dillon) Newsgroups: comp.sys.amiga Subject: Re: How do I force a context switch? Message-ID: <8708230406.AA28260@cory.Berkeley.EDU> Date: Sun, 23-Aug-87 00:06:12 EDT Article-I.D.: cory.8708230406.AA28260 Posted: Sun Aug 23 00:06:12 1987 Date-Received: Sun, 23-Aug-87 16:07:52 EDT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 15 1 master program which must set up some stuff before slave programs can work N slave programs Simple: All Slave programs do a Wait(somesignal) before doing anything else. The master program sets up the variables, then simply signals all the Slave programs. Poof. And, there is no reliance on the scheduling algorithm. -Matt