ComTypes
This is a comma separated list of the supported communication types. Three values are defined so far: InProc (used inside of a single executable), MMF (=memory mapped filed, used between two executables on the same computer) and IP (=TCP/IP, used between two computers). You should activate only the communication types you are going to use, because there is a small overhead (startup time, memory, threads) if you activate types which are never used.
Possible values:
Default value: InProc