
10 Mar
2006
10 Mar
'06
9:40 p.m.
On 3/10/06, Ion GaztaƱaga <igaztanaga@gmail.com> wrote:
So if a process calls shm_unlink another process can create new shared memory segment with the same name, but never connect to that old shared memory. This is different from a file unlink behavior, I think.
In what way? Isn't this exactly how unlink behaves on files (in Linux)?