SimpleIPC Download

SimpleIPC 1.0.0.1 Get


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 SimpleIPC. If there is a process crash, it will be one of the expendable external processes, rather than your application process. Your application can just repeat the call against a different external process and continue on. There is no need for your end users to be impacted.
2. You have some code which is useful, but which leaks memory. You can run this code via SimpleIPC and configure the external processes to recycle frequently. In this way, you can keep your application's memory consumption under control without sacrificing functionality.
3. You need an expeditious way to perform one of several common programming tasks, such as invoking .NET code from a Java application, running a subset of your application's operations under a different Windows identity, or limiting concurrent access to shared resources in a multi-user environment. SimpleIPC provides simple APIs for programming tasks like object pooling and invoking web services.

Select link to download "SimpleIPC":

SimpleIPC Related Downloads

Advanced Installer for Java 5.1 Advanced Installer for Java Software Download
Advanced Installer For Java 5.1 is a Windows Installer authoring tool with built-in support for Java applications, integrating them fully into the Windows OS and making them look and feel just like...
JNC - JavaNativeCompiler 1.1 JNC - JavaNativeCompiler Software Download
JNC is a Java to native compiler. It allows AOT (ahead of time) compilation of your Java applications. With JNC, you can create real standalone native binaries (.exe on Windows) which will no...
JadRetro 1.6 JadRetro Software Download
JadRetro is a command-line utility that could help You to successfully decompile Java classes created by the modern Java compilers (of Java 1.4, Java 1.5 or later). JadRetro is not a decompiler...
Java Launcher 3.10 Java Launcher Software Download
Java Launcher is a powerful java tool and contains 9 launching features
Neuron Java Disassembler 1.0 b7 Neuron Java Disassembler Software Download
Neuron Java Disassembler is a visual tool for exploring Java .CLASS internals. View Java .CLASS byte codes and byte code instructions. View all internal Java .CLASS binary structures. Simple...
Java Tutorial and java game projects 1.00 Java Tutorial and java game projects Software Download
Free step-by-step Java tutorial for beginner java game programmers. Ebook in Word format, source code, comments and full java projects.
xFunction for Windows 2.16 xFunction for Windows Software Download
Java library for interfacing to external functions written in any programming language. Surpasses JNI in ease of use and other aspects. Ideal solution for reuse of legacy code and non-Java third...
xFunction for Linux 2.16 xFunction for Linux Software Download
Java library for interfacing to external functions written in any programming language. Surpasses JNI in ease of use and other aspects. Ideal solution for reuse of legacy code and non-Java third...
xFunction for Mac OS X 2.16 xFunction for Mac OS X Software Download
Java library for interfacing to external functions written in any programming language. Surpasses JNI in ease of use and other aspects. Ideal solution for reuse of legacy code and non-Java third...
JCavaj Java Decompiler 1.10 JCavaj Java Decompiler Software Download
JCavaj Java Decompiler is a free Java-based Java Decompiler. It reconstructs the original source code from a compiled binary class file. You can decompile java applets, jar and zip files producing...