home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.programmer
- Path: sparky!uunet!newsflash.concordia.ca!nstn.ns.ca!dragon.acadiau.ca!890758k
- From: 890758k@dragon.acadiau.ca (Wing Ho Kwan - Louie)
- Subject: Problem for shared memory
- Message-ID: <1993Jan22.023327.8121@dragon.acadiau.ca>
- Summary: How to share a adjacent linked-list within two independent processes
- Keywords: AA
- Organization: Acadia University
- Date: Fri, 22 Jan 1993 02:33:27 GMT
- Lines: 19
-
- Hi,
- I am doing a client and server program.
- I bulit a adjacent linked list in one process and want to share this linked list
- in another process. Therefore, two processes can access to this memory independently.
- These processes can add or remove any items with this linked list.
-
- Can anyone suggest me how to do it.
- Thanks
-
- Regards,
- Louie Kwan
-
- *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
- *|||||||||||||| ASU Box 6696, Wolfville, N.S. Canada |||||||||||||||*
- *||||||||||||||||||||||||||| B0P 1Z1 ||||||||||||||||||||||||||||||*
- *||||||||||||||||| Tel : 902-542-9912 (Room 128) ||||||||||||||||||*
- *||||||||||||||| E-mail : 890758k@dragon.acadiau.ca ||||||||||||||||*
- ***********************************************************************
-
-