Quantcast
 
Dictionary
Thesaurus
Encyclopedia
Translator
Web

remote procedure call

 - 1 dictionary result
New Call Control Standard
Learn about CCXML, the new W3C standard for easy XML call control.
www.callcontrol-experts.com
Construction Loan Service
Construction project accounting, processing, & disbursement services
www.NationalFundControl.com
Computing Dictionary

Remote Procedure Call networking, programming
(RPC) A protocol which allows a program running on one host to cause code to be executed on another host without the programmer needing to explicitly code for this. RPC is an easy and popular paradigm for implementing the client-server model of distributed computing. An RPC is initiated by the caller (client) sending request message to a remote system (the server) to execute a certain procedure using arguments supplied. A result message is returned to the caller. There are many variations and subtleties in various implementations, resulting in a variety of different (incompatible) RPC protocols.
Sun RPC is defined in RFC 1057 and ONC RPC in RFC 1831.
(2003-06-04)

The Free On-line Dictionary of Computing, © 1993-2007 Denis Howe
Cite This Source
New Call Control Standard
Learn about CCXML, the new W3C standard for easy XML call control.
www.callcontrol-experts.com
Construction Loan Service
Construction project accounting, processing, & disbursement services
www.NationalFundControl.com
Search another word or see remote procedure call on Thesaurus | Reference