Subject: Re: [Boost-users] [Interprocess] Unable to list created shared memory via ipcs command
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2009-01-31 10:05:06


Leo Giannelli wrote:
> Hello,
>
> The one issue is that whenever I try to list the shared memory segment
> via the ipcs -m command I do not see the shared
> memory created from the sender program. This is the code snippet which
> creates the shared memory:

IPCS is for System V shared memory and not for POSIX shared memory. In
linux, shared memory filesystem is usually mounted in /dev/shm. See your
system documentation or fstab for exact details

Regards,

Ion