Routix RPC 2.1
Remote procedure call (RPC) is a technology that allows a computer program to cause a subroutine or procedure to execute in another address space (commonly on another computer on a shared network) without the programmer explicitly coding the details for this remote interaction. That is, the programmer would write essentially the same code whether the subroutine is local to the executing program, or remote. When the software in question is written using object-oriented principles, RPC may be referred to as remote invocation or remote method invocation. All communications is transparent for developer. You need write code like for local object. You don t see differences between local and remote objects.
Features:
- support any objects with IDispatch (Automation, ActiveX);
- username/password authentication;
- objects request control (possible to block object creation);
- support any programming languages with COM support (VBScript and Delphi examples included);
- Can be licensed with Delphi source code;
- communications compression and encryption;
- high speed of calls;
- support creation of multiple remote objects via single connection;
- support callbacks;
- XML-based protocol can be easy extented;
- multithreading with automatic synchronization of calls;
- structure of objects detected at runtime dynamically, no need recompile RPC engine if objects changed;
- supports any Microsoft Windows version;
- Specs
- Price: Purchase
$299.95 to buy
- Operating system: Windows2003,
WindowsNT,
WindowsXP,
Windows2000
- Total Downloads: 439
- Size: 1.14MB



Routix RPC 2.1 Comments