Used Routix RPC for Windows?


Editors’ Review

Download.com staff
This technology enables a program to execute procedures in another address space, such as a remote computer. It makes remote interaction transparent, allowing developers to write code for remote and local objects with identical syntax.
  • Pros

    • Executes procedures in a separate address space
    • Abstracts away explicit coding for remote interactions
    • Provides a transparent communication layer for developers
    • Identical code syntax for local and remote calls
    • Supports remote method invocation for object-oriented programming
  • Cons

    No Cons available


Used Routix RPC for Windows?


Explore More


Full Specifications

GENERAL
Release
Latest update
Version
3.0
OPERATING SYSTEMS
Platform
Windows
Operating System
  • Windows 2003
  • Windows Vista
  • Windows NT
  • Windows 7
  • Windows XP
  • Windows 2000
  • Windows 10
Additional Requirements
None
POPULARITY
Total Downloads
587
Downloads Last Week
0

Report Software

Program available in other languages


Last Updated


Developer’s Description

Cause a subroutine or procedure to execute in another address space.
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.

Download.com
Your review for Routix RPC