Guest Connected: 3595   Bookmark Us     Contact Us  
Total Shareware
Currently Listed: 243,937 Applications


  Internet and Network Tools - Server Tools - Misc. Server Tools

Link To Program

Click to enlarge the ScreenShot

  SimpleIPC  -  Version  1.0.0.1

SimpleIPC is a set of objects, server processes, and configuration tools which allow you, the software developer, to have some of your application's 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", you're using .NET Remoting over the IPC (Inter Process Communication) channel, but you don't need to be an expert on .NET Remoting to use SimpleIPC. The platform handles the communications and external process life cycle details for you. SimpleIPC runs on Windows, and the code to be run in the external process must be written in a .NET programming language. However, your client code may be written in a variety of languages, to include Java, VBScript/VBA, and .NET programming languages. You might consider using SimpleIPC under the following circumstances: 1. You have some code which is useful, but which has the potential to throw unhandled exceptions and crash your application process. You can run this code via

To link to this program use the html below (use text editor and check the exact syntax):

<a href="http://www.TotalShareware.com/LinkToItem.aspx?id=101852">View this program at www.TotalShareware.com</a>

This link will appear like:

View this program at www.TotalShareware.com