Sunday, April 9, 2023

Notes on C 2

 FIFO is byte-oriented.  One reads and writes based on number of bytes.  Message queue has a concept of message with a type attribute.  One can retrieve message based on type which could be out of arrival order.

Shared memory needs to have a backing file.


No comments: