home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / amiga / programm / 18051 < prev    next >
Encoding:
Internet Message Format  |  1993-01-02  |  781 b 

  1. Path: sparky!uunet!olivea!spool.mu.edu!umn.edu!csus.edu!netcom.com!netcomsv!terapin!paulk
  2. From: paulk@terapin.com (Paul Kienitz)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: IPC and shared memory
  5. Message-ID: <paulk.31yk@terapin.com>
  6. Date: 2 Jan 93 18:35:12 GMT
  7. References: <1993Jan2.081756.21863@jato.jpl.nasa.gov>
  8. Organization: BBS
  9. Lines: 9
  10.  
  11. > IMHO FindSemaphore is a waste of time if your usage of it is purely
  12. > for the convenience of knowing it by name.  I suggest simply making
  13. > the signal semaphore globally known or just to the tasks/processes
  14. > that wish to use it and forgo the FindSemaphore bit all together.
  15.  
  16. HOW do you "make it globally known"??  That's what the name is for.
  17.  
  18. The operation of FindSemaphore may be clunky but each task only has
  19. to do it once.
  20.