mutouyun / cpp-ipc

C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.
Other
1.67k stars 326 forks source link

SHmem files danging #104

Open marriusco opened 10 months ago

marriusco commented 10 months ago

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

` IPC_SHM____AC_CONNmyq IPC_SHM____CA_CONN IPC_SHM____QU_CONN6416myq IPCSHMwaiter_cond_CC_CONNmyq IPCSHMwaiter_cond_RD_CONNmyq IPCSHMwaiter_cond_WT_CONNmyq IPCSHMwaiter_lock_CC_CONNmyq IPCSHMwaiter_lock_RD_CONNmyq IPCSHMwaiter_lock_WT_CONNmyq

IPCSHMwaiter_lock_RD_CONNocean IPCSHMwaiter_lock_WT_CONNocean `

mutouyun commented 10 months ago

What is your use case like?