LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   SysV MessageQueue? (https://www.linuxquestions.org/questions/programming-9/sysv-messagequeue-242493/)

blackzone 10-14-2004 04:54 AM

SysV MessageQueue?
 
Unlike shared memory, we dont' need to do any sort of syncrhonization for Message Queue right?

Hko 10-14-2004 07:01 AM

No, you don't need real "synchronization". You can actually send a message to the queue, then exit, and start the receiving program a week later.

But you do need to read the messages from the queue on a regalar basis, because the space and/or the number of messages on the queue is limited.


All times are GMT -5. The time now is 03:59 AM.