summaryrefslogtreecommitdiff
path: root/ipc.mdwn
diff options
context:
space:
mode:
authorMutoShack <MutoShack@web>2019-03-20 02:28:02 +0100
committerGNU Hurd web pages engine <web-hurd@gnu.org>2019-03-20 02:28:02 +0100
commit2b37a9fc3529db3cf82f2925b254734349f57df2 (patch)
tree46f328c650274795fe7c77f33c9ccfe1a22b4413 /ipc.mdwn
parent227b1b7e253c22a914c2e865f666cf3bb6556073 (diff)
Add basic description of IPC
Diffstat (limited to 'ipc.mdwn')
-rw-r--r--ipc.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipc.mdwn b/ipc.mdwn
index 022e0bc4..54244f24 100644
--- a/ipc.mdwn
+++ b/ipc.mdwn
@@ -11,6 +11,8 @@ License|/fdl]]."]]"""]]
*IPC* stands for *inter-process communication*.
+Inter-process communication refers to the mechanisms, provided by the operating system, that allow allow processes to manage shared data.
+
On [[Unix]], inter-process communication can be achieved using pipes.
This is inefficient for large amounts of data as the data must be
copied. This is generally not a problem as most services are