Path: utzoo!attcan!uunet!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!wuarchive!kuhub.cc.ukans.edu!jian From: jian@kuhub.cc.ukans.edu Newsgroups: comp.unix.questions Subject: Question about shared memory on UNIX Message-ID: <24844.268f5e69@kuhub.cc.ukans.edu> Date: 2 Jul 90 19:47:05 GMT Organization: University of Kansas Academic Computing Services Lines: 13 Hi folks: I posted a help wanted message about shared memory on UNIX. I very much appreciate all responses and helps. After reading some usefull books, I got some idea about shared memory on UNIX and would like to place a comment about it. As what I understand, shared memory on Unix means two or more processes share a common physical memory segment. That implies I can't dynamically create memory segments to be shared by other processes. Am I right? If I am wrong, please indicate how can I dynamically create a link list that can be shared by other processes. I would appreciate any helps. Jian Q. Li jian@kuhub.cc.ukan.edu