Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!cs.utexas.edu!ut-emx!ccwf.cc.utexas.edu!zyx From: zyx@ccwf.cc.utexas.edu Newsgroups: comp.unix.aix Subject: Shared Memory Message-ID: <47582@ut-emx.uucp> Date: 21 Apr 91 18:56:01 GMT Sender: news@ut-emx.uucp Reply-To: zyx@ccwf.cc.utexas.edu () Distribution: usa Organization: The University of Texas at Austin Lines: 7 Originator: zyx@minnie.cc.utexas.edu Does any one can tell me how to implement shared memory on RT/PC running AIX 2.2.1. What I want is to make two processes share one variable. One can write and read it. The other only need to read it.` Thank you.