0
334views
What is shared data problem and mention various methods to resolve it? Give relevant examples.
0
0views

Interprocess communication refers to the communication between the different processes running in the system.  The various techniques used for IPC in the embedded system are:

Queue:

It is a first in first out (FIFO) kind of data structure. In this case there is a START and a TAIL pointer. …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.