Community

Using IPC channels and .NET Framework 2.0 to communicate between processes

(Zach Smith) Interprocess communication, or “IPC”, allows one process to communicate with another process that is running on the same computer. Since the calls don’t have to travel over the network, IPC calls have much less overhead and are typically faster than calls that do travel over the network

Read More - Register for Free Membership