home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / sun / misc / 3979 < prev    next >
Encoding:
Internet Message Format  |  1992-08-27  |  1.0 KB

  1. Path: sparky!uunet!auspex-gw!guy
  2. From: guy@Auspex.COM (Guy Harris)
  3. Newsgroups: comp.sys.sun.misc
  4. Subject: Re: Porting IPC code from 4.0.1
  5. Keywords: shared memory, semaphores, port
  6. Message-ID: <14347@auspex-gw.auspex.com>
  7. Date: 28 Aug 92 04:23:49 GMT
  8. References: <1992Aug27.144455.3641@resumix.portal.com>
  9. Sender: news@auspex-gw.auspex.com
  10. Distribution: na
  11. Organization: Auspex Systems, Santa Clara
  12. Lines: 10
  13. Nntp-Posting-Host: auspex.auspex.com
  14.  
  15. >Lately, I've been trying to port some code using shared memory and semaphores
  16. >originally coded under 4.0.1 to 4.1.2.  The source compiles correctly but locks
  17. >on execution.  Could someone explain what changed in the IPC semantics from
  18. >previous releases?
  19.  
  20. Nothing was supposed to have changed, as far as I know.  Without seeing
  21. your code and a detailed description of how it fails, it's impossible to
  22. tell whether there's something in your code that's dependent on details
  23. of the IPC implementation that aren't nailed down by the SVID or some
  24. other spec, or something in SunOS 4.1.2 that's broken.
  25.