0
890views
Explain various techniques used for interprocess communication in an Embedded system.
1 Answer
0
20views

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 5 others joined a min ago.

Please log in to add an answer.