From 24559a32eeecbb16f5bd0ca3f8ea83efd4fc5817 Mon Sep 17 00:00:00 2001 From: Leandro Morais Azevedo <33522617+lerockit@users.noreply.github.com> Date: Sat, 29 Jan 2022 17:26:11 -0300 Subject: [PATCH] Added Resources for Interprocess Communication (#1082) * Added Resources for Interprocess Communication * Update 106-interprocess-communication.md Co-authored-by: Kamran Ahmed --- .../106-interprocess-communication.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/101-backend/content/102-os-general-knowledge/106-interprocess-communication.md b/content/roadmaps/101-backend/content/102-os-general-knowledge/106-interprocess-communication.md index 5f3e76338..145f6e3ff 100644 --- a/content/roadmaps/101-backend/content/102-os-general-knowledge/106-interprocess-communication.md +++ b/content/roadmaps/101-backend/content/102-os-general-knowledge/106-interprocess-communication.md @@ -1 +1,6 @@ -# Interprocess communication \ No newline at end of file +# Interprocess Communication + +Interprocess communication (IPC) refers specifically to the mechanisms an operating system provides to allow the processes to manage shared data + +Interprocess Communication +Interprocess Communication - Neso Academy