home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / programm / 6025 < prev    next >
Encoding:
Text File  |  1993-01-22  |  1.2 KB  |  31 lines

  1. Newsgroups: comp.unix.programmer
  2. Path: sparky!uunet!newsflash.concordia.ca!nstn.ns.ca!dragon.acadiau.ca!890758k
  3. From: 890758k@dragon.acadiau.ca (Wing Ho Kwan - Louie)
  4. Subject: Problem for shared memory
  5. Message-ID: <1993Jan22.023327.8121@dragon.acadiau.ca>
  6. Summary: How to share a adjacent linked-list within two independent processes
  7. Keywords: AA
  8. Organization: Acadia University
  9. Date: Fri, 22 Jan 1993 02:33:27 GMT
  10. Lines: 19
  11.  
  12. Hi, 
  13. I am doing a client and server program.
  14. I bulit a adjacent linked list in one process and want to share this linked list
  15. in another process. Therefore, two processes can access to this memory independently.
  16. These processes can add or remove any items with this linked list.
  17.  
  18. Can anyone suggest me how to do it.
  19. Thanks
  20.  
  21. Regards,
  22. Louie Kwan
  23.  
  24. *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
  25. *||||||||||||||  ASU Box 6696, Wolfville, N.S. Canada  |||||||||||||||*
  26. *|||||||||||||||||||||||||||  B0P  1Z1  ||||||||||||||||||||||||||||||*
  27. *|||||||||||||||||  Tel : 902-542-9912  (Room 128)  ||||||||||||||||||*
  28. *|||||||||||||||  E-mail : 890758k@dragon.acadiau.ca  ||||||||||||||||*
  29. ***********************************************************************
  30.  
  31.