diff options
Diffstat (limited to 'Mig.mdwn')
-rw-r--r-- | Mig.mdwn | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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> |