Hi…
I am using Message Queues for IPC. I wanted to know that whether the memory occupied by these queues is allocated on Disk or RAM.
Also i would like to know that How is the memory for the queues allocated?
->Is it Allocated staticalyy equal to the size of the queue OR
->It is allocated as the messages are inserted in a queue.
Thanks…