15 Sep
2006
15 Sep
'06
5:55 a.m.
Hello! Can anybody tell me how can I make the shared memory segment (together with the objects constructed in it) remain in memory AFTER the process which created it terminates? E.g. Proc1 creates the segment and the objects in it. Proc2 accesses the segment and operates on the shared objects. Proc1 might get killed and I don't want this event to affect in any way Proc2. Thanks and regards, Szilard