summaryrefslogtreecommitdiff
path: root/ipc.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'ipc.mdwn')
-rw-r--r--ipc.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/ipc.mdwn b/ipc.mdwn
index 022e0bc4..a5a0a988 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
@@ -42,6 +44,9 @@ Continue reading about [[Mach's IPC system|microkernel/mach/IPC]].
* [[RPC]]
+# Externel
+ * Wikipedia artile on [[!wikipedia Inter-process_communication]]
+
[[!ymlfront data="""