summaryrefslogtreecommitdiff
path: root/Mig.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-08-12 22:19:32 +0200
committerThomas Schwinge <tschwinge@gnu.org>2007-08-12 22:19:32 +0200
commit51d6842fbd2f751f262cf4ebcea647324ec87120 (patch)
treeff481abcd9037fcccc7360cac05cb69156ef548c /Mig.mdwn
parent80af51ad8c2b60abd1295f7209c2a8099211c899 (diff)
I don't want to read about ``sporadic efforts [...]'' all day long.
Diffstat (limited to 'Mig.mdwn')
-rw-r--r--Mig.mdwn4
1 files changed, 0 insertions, 4 deletions
diff --git a/Mig.mdwn b/Mig.mdwn
index 030a4fc1..ea6189b7 100644
--- a/Mig.mdwn
+++ b/Mig.mdwn
@@ -1,7 +1,3 @@
-Sporadic efforts by numerous individuals have been made to keep the information in this wiki current. The hope that the primary development team would make this a canonical source has not been fulfilled. While some of the information and links here are still valid, unfortunately much is not.
-
--- [[Main/GrantBow]] - 24 Jul 2007
-
The [[MachInterfaceGenerator]] (MIG) is a program which generates inter-process communication (IPC) code. Specifically Mig generates remote procedure call (RPC) code for communication between client and server processes running on a Mach microkernel.
<p> Mach servers run as separate tasks and communicate with RPC messages. The RPC interface is language independant and somewhat complex. MIG mitigates this complexity. </p>