Tagged Questions
The ipcs tag has no wiki summary.
3
votes
2answers
9k views
deleting shared memory with ipcrm in Linux
I am working with a shared memory application, and to delete the segments I use the following command:
ipcrm -M 0x0000162e (this is the key)
But I do not if I am doing the things right because ...
2
votes
1answer
56 views
Need to initiate seperate background processes using .NET Remoting for Interprocess Communication
I have an abstract factory which will initiate separate processes (.NET EXE's) on demand. The abstract factory needs to initiate processes at any time and let the newly created processes be able to ...
1
vote
2answers
2k views
why are some posix shared memory segments and posix semaphores not visible to ipcs
I built a client server application using posix shared memory and posix unnamed semaphores with pshared=1. The semaphores are placed inside the shared memory. The program runs fine, but when I type ...