mutouyun/cpp-ipc

SHmem files danging

marriusco opened this issue · 2 comments

After closing the applications using ICP the /dev/shm has all the files SHMEM there.

`
__IPC_SHM____AC_CONN__myq
IPC_SHM____CA_CONN
__IPC_SHM____QU_CONN__64__16__myq
__IPC_SHM___waiter_cond___CC_CONN__myq
__IPC_SHM___waiter_cond___RD_CONN__myq
__IPC_SHM___waiter_cond___WT_CONN__myq
__IPC_SHM___waiter_lock___CC_CONN__myq
__IPC_SHM___waiter_lock___RD_CONN__myq
__IPC_SHM___waiter_lock___WT_CONN__myq

__IPC_SHM___waiter_lock___RD_CONN__ocean
__IPC_SHM___waiter_lock___WT_CONN__ocean
`

What is your use case like?