Boost logo

Boost Users :

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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net