home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / mach / 1640 < prev    next >
Encoding:
Text File  |  1992-12-14  |  1.4 KB  |  30 lines

  1. Newsgroups: comp.os.mach
  2. Path: sparky!uunet!das.wang.com!wang!news
  3. From: hfcalx@techunix.technion.ac.il (Alexander Heifetz)
  4. Subject: Help in netmemory server.
  5. Organization: Technion, Israel Inst. of Technology
  6. Date: Sun, 13 Dec 1992 16:11:57 GMT
  7. Message-ID: <1992Dec13.161157.12368@discus.technion.ac.il>
  8. Sender: news@wang.com
  9. Lines: 19
  10.  
  11.   We are trying now to make some example programs with netmemoryserver,
  12. which provides shared memory for several tasks, and came across some problems.
  13. After we have created netmemory object with the help of netmemory_create call,
  14. we try to check_in with the help of netnameserver ( netname_check_in call ),
  15. but can't success. We receive netname_check_in (ipc/send) error: invalid port
  16. right and netname_look_up error: name not checked in.
  17. Each task must find its local netmemory server with the help of netname_look_up
  18. call, parent task then must success in check_in, and if it happens, each task
  19. must call netmemory_cache on the local server with the netmemory object to
  20. obtain a local mach memory object corresponding to the netmemory object.
  21. After that each task must be mapped to the virtual memory by vm_map call.
  22.  
  23.   If somebody knows how to solve our problem, please help us. We would very
  24. much appreciate this and would be also very thankful if somebody can send to
  25. us more manual or other guide literature on netmemoryserver.
  26.  
  27.   Alex Heifetz.
  28.  
  29.  
  30.