From 51d6842fbd2f751f262cf4ebcea647324ec87120 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sun, 12 Aug 2007 22:19:32 +0200 Subject: I don't want to read about ``sporadic efforts [...]'' all day long. --- Mig.mdwn | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Mig.mdwn') 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.

Mach servers run as separate tasks and communicate with RPC messages. The RPC interface is language independant and somewhat complex. MIG mitigates this complexity.

-- cgit v1.2.3