Hello.

I'm working on a distributed application consisting of a single server, a single client, and a number of local applications. The client and the local applications are on the same machine, and the client should act as a server for the local apps.

All communication is done through .NET remoting. There is a TCP channel between the server and the client, and an IPC channel between the client and the local apps....