home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / amiga / programm / 15579 < prev    next >
Encoding:
Text File  |  1992-11-09  |  1022 b   |  30 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!ukma!darwin.sura.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!gecko.cis.ohio-state.edu!visconti
  3. From: visconti@gecko.cis.ohio-state.edu (Mark Visconti)
  4. Subject: Client-Server Stuff
  5. Message-ID: <1992Nov9.194849.27733@cis.ohio-state.edu>
  6. Summary: new ami programmer has a question
  7. Sender: news@cis.ohio-state.edu (NETnews        )
  8. Organization: The Ohio State University Dept. of Computer and Info. Science
  9. Distribution: usa
  10. Date: Mon, 9 Nov 1992 19:48:49 GMT
  11. Lines: 17
  12.  
  13.  
  14.    In client-server communications, what is the proper way under AmigaDOS
  15. to continue processing while waiting on one or more message ports.  I know
  16. I can just GetMsg to see if there is a message waiting in part of the
  17. processing loop, but I assume this is the wrong way to go about doing things
  18. (hogs cpu time).
  19.  
  20.    What should I be doing instead of GetMsg()?  An explanation or a reference
  21. to the RKM's would be okay.
  22.  
  23. Thanks,
  24. Mark
  25. -------------------------
  26. visconti@cis.ohio-state.edu
  27.  
  28.  
  29.  
  30.