home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.29 / text0040.txt < prev    next >
Encoding:
Text File  |  1992-12-26  |  1012 b   |  26 lines

  1. Submitted-by: miklg@acuson.com (Michael Goldman )
  2.  
  3. In trying to work with POSIX shared memory, I keep asking myself
  4. why is POSIX shared memory so complex?  The only advantage I
  5. can see for POSIX's set of shared memory calls is eliminating
  6. the separate name space for System V shared memory ids.  On the
  7. down side, it seems to require the availability of a disk
  8. (perhaps RAM disk) to store the file on, and requires that the
  9. file system service calls be resident.  The file system is
  10. often unneccessary for many real-time applications, and doing
  11. without the file system code (which often costs extra from some
  12. R-T vendors) is thus desirable.  In this particular instance,
  13. System V seems to be perfectly adequate, or am I missing
  14. something?
  15.  
  16.  
  17. -- 
  18. "History teaches us that men and nations behave wisely once they have
  19. exhausted all other alternatives." - Abba Eban
  20.     Disclaimer:  All views are solely my own & not the views of Acuson.
  21.     <sun!sono!miklg>  or  [miklg@acuson.com]
  22.  
  23.  
  24. Volume-Number: Volume 29, Number 43
  25.  
  26.