What is the importance of interprocess communication when precess are excuting concurrently in the operating system?
Answers
Answered by
0
Interprocess communication (IPC) is a set of programming interfaces that allow a programmer to coordinate activities among different programprocesses that can run concurrently in an operating system. This allows a program to handle many user requests at the same time.
Similar questions