summaryrefslogtreecommitdiff
path: root/Mig/WebHome.mdwn
blob: aa2a5f285fc022b65b8d92640fd4f147c2c4b19a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## <a name="Table_of_Contents"> Table of Contents </a>

%TOC%

## <a name="Introduction"> Introduction </a>

MIG is a program which generates remote procedure call (RPC) code for communication between client and server processes in a Mach based operating system.

Mach servers run as separate tasks and communicate with inter-process communication (IPC) messages. This IPC interface is language independant and faily complex. This is where MIG steps in. Mig is capable of generating the RPC code for the client-server communication.

GNU MIG is fully compatible with OSF MIG.

## <a name="Available_Topics"> Available Topics </a>

* [[MachInterfaceGenerator]]
* [[MigDocumentation]]

----

## <a name="Comments"> Comments </a>

Meta discussion can go in the [[MigDiscuss]] topic.