Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!wuarchive!psuvax1!astph!jeff From: jeff@astph.UUCP (8592x2) Newsgroups: comp.unix.wizards Subject: shmat() system call? Keywords: shmat() systemV Message-ID: <27@astph.UUCP> Date: 15 Aug 90 20:11:02 GMT Organization: Philadelphia Phillies Lines: 19 Question concerning the shared memory attach call: I am writing a shared memory allocation manager for a multi-user database. This manager will allow several processes to be attached to the same memory segment at the same time. The first process to attach to the shared memory segment will be returned a memory address that points to the shared memory block. I need to know if additional attaches by other processes will be guaranteed to return the same address as that the first process was returned. I am aware that you can request a particular address, but why bother communicating that information between the processes if the same address is returned anyway? I would appreciate any answers or direction to documentation. Thanks jeff martin astph!jeff@psuvax1 philadelphia phillies