home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / sequent / 626 < prev    next >
Encoding:
Text File  |  1992-11-05  |  1.2 KB  |  33 lines

  1. Newsgroups: comp.sys.sequent
  2. Path: sparky!uunet!unislc!martel
  3. From: martel@unislc.uucp (Martel Manalo)
  4. Subject: Shared memory on Dynix/Ptx
  5. Message-ID: <1992Nov5.190218.4096@unislc.uucp>
  6. Summary: How is shared memory implemented on PTX
  7. Organization: Unisys Corporation SLC
  8. Date: Thu, 5 Nov 1992 19:02:18 GMT
  9. Keywords: shared memory shmgap
  10. Lines: 21
  11.  
  12.  
  13.  
  14. Shared Memory on Dynix/Ptx
  15.  
  16. I would like some information on how shared memory is implemented under PTX.
  17. I am more familiar with the SysV 386 implementation where each region is
  18. defined as a contiguous extent of virtual address space that can be treated
  19. as a distinct object to be shared or protected. I heard that this is not 
  20. the case with PTX, that the text,data and stack are mapped into one region
  21. only . Between the text , data and stack are alignment gaps and it is in 
  22. these gaps where shared memory gets allocated. Also what does the kernel
  23. parameter SHMGAP stand for. A memory map of the process virtual address
  24. would be nice. Also a list of possible references.
  25.  
  26. In case it matters, we are running Dynix/Ptx 1.3.1 on a Unisys 6000/75
  27. (S2000/400?).
  28.  
  29. Thanks in advance.
  30. Martel Manalo
  31. email: martel@unislc.slc.unisys.com
  32.  
  33.