|
|
|
Internet Categories
|
| Definition Of: |
Remote Procedure Call
Remote Procedure Call protocol that allows a program on one computer to execute a program on a server computer. Using RPC, a system developer need not develop specific procedures for the server. With RPC you call a specific function whereas with an ORB you call a method within a distributed object. In ORB each object manages its own private instance of the data whereas in RPC you can only call a specific function and all functions get implemented in the same way. ORB allows for differential processing.  See CORBA .
An easy and popular paradigm for implementing the client-server model of distributed computing. In general, a request is sent to a remote system to execute a designated procedure, using arguments supplied, and the result returned to the caller. There are many variations and subtleties in various implementations, resulting in a variety of different (incompatible) RPC protocols. [Source: RFC1208]
|
| |
Internet INDEX:
List of Terms: Terms beginning with "A", Page 1 |
|
Page Number:
1 2 3 A: Page 1 of 3.
|
|
|
| Copyright © 2008 Internet-Dictionary.org. All rights reserved. |
|
|
|