home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / aix / 11434 < prev    next >
Encoding:
Text File  |  1992-11-09  |  837 b   |  22 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!mcsun!sunic!aun.uninett.no!nuug!nntp.uio.no!hal.uio.no!mhe
  3. From: mhe@hal.uio.no (Morten Hermanrud)
  4. Subject: Access another prosess data segment(s)/address space    
  5. Message-ID: <1992Nov10.090641.20896@ulrik.uio.no>
  6. Keywords: memory, process
  7. Sender: news@ulrik.uio.no (Mr News)
  8. Nntp-Posting-Host: hal.uio.no
  9. Organization: uio
  10. Date: Tue, 10 Nov 1992 09:06:41 GMT
  11. Lines: 9
  12.  
  13. I need to be able from process A to access process B's address
  14. space without B knowing about it. The access has to be such that 
  15. process A can do a write(fd,memory,size) call with elements from
  16. process B's address space. I know I can go through /dev/mem but 
  17. then I would do a copy of the data, something that is not efficient
  18. with huge amounts of data.
  19.  
  20. Is there any way process A can 'attach' process B's address space ?
  21.  
  22.