Path: utzoo!mnetor!uunet!husc6!rutgers!ames!ucbcad!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU (Matt Dillon) Newsgroups: comp.sys.amiga Subject: Re: Need help with signals Message-ID: <8801030902.AA07414@cory.Berkeley.EDU> Date: 3 Jan 88 09:02:43 GMT Sender: usenet@ucbvax.BERKELEY.EDU Lines: 14 :> Most advanced programmers use only one reply port for all their :> requests and use CheckIO()/WaitIO() instead of GetMsg(). : : One thing you forgot, Matt: for the userport (or any port where :multiple messages may accumulate) the code should look like this: : : (code using while to clear all messages from intuition port) Right... Also when I said CheckIO()/WaitIO() I was refering to IO requests, not intuition messages, which you always GetMsg(). And when I mentioned sharing reply ports, I was refering to sharing among IO requests, not sharing with the intuition port... -Matt