0
2.3kviews
Explain inter process communication.
1 Answer
1
45views

In Co-operative processes, inter process communication(IPC) is an important mechanism for processes to communicate between each other and achieve proper synchronization between them. Processes can interact with each other via:

1) Shared Memory: In this method, processes must share some common variable(s). The processes then process these variables and …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.