SimpleIPC SimpleIPC is a set of objects, server processes, and configuration tools which allow you, the software developer, to have some of your applications work performed in an external process on the same machine. You make function calls to objects in the external process as if they were local objects. "Under the covers", youre usingNET Remoting over the IPC Inter Process Communication channel, but
http://rogdai.info/details.php?progid=12799