home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / realtime / 965 < prev    next >
Encoding:
Text File  |  1992-08-17  |  949 b   |  28 lines

  1. Newsgroups: comp.realtime
  2. Path: sparky!uunet!psinntp!hns!sharpster
  3. From: sharpster@hns.com (Stephen Harpster)
  4. Subject: Re: Shared memory access under 1003.4?
  5. Message-ID: <1992Aug17.130636.5184@hns.com>
  6. Originator: sharpster@sharpster
  7. Sender: news@hns.com (USENET news system)
  8. Organization: Hughes Network Systems
  9. References:  <17285@vd.seqeb.gov.au>
  10. Distribution: hns
  11. Date: Mon, 17 Aug 1992 13:06:36 GMT
  12. Lines: 14
  13.  
  14.  
  15. In article <17285@vd.seqeb.gov.au>, BSS_MIKE@vd.seqeb.gov.au writes:
  16. |> Is access to shared memory covered by 1003.4?
  17.  
  18. Yes.
  19.  
  20. |> If so, how is identification of a region currently being proposed - via a
  21. |> numeric identifier as per System 5, or by a name as per VMS. Presumably once 
  22. |> accessed, a handle would then be used for efficiency?
  23.  
  24. According to Draft 10, it's a "nonnegative integer representing the
  25. lowest numbered unused file descriptor."  The prototype is
  26.  
  27.     extern int shm_open(const char *path, int oflag, mode_t mode);
  28.