RPC
   HOME





RPC
RPC may refer to: Science and technology * Rational polynomial coefficient * Reactive Plastic Curtain, a carbon-dioxide-absorbing device used in some rebreather breathing sets * Regional Playback Control, a regional lockout technology for DVDs * Remote procedure call, an inter-process communication technique in networked computing ** Open Network Computing Remote Procedure Call, IETF RPC, aka "Sun RPC" ** DCE/RPC, for Distributed Computing Environment by Open Software Foundation ** JSON-RPC, a "JSON encoded" variant ** XML-RPC, an "XML encoded" variant * Resistive plate chamber, a simple type of particle detector used in experimental particle physics * Reversed-phase chromatography, a chemistry technique * Acorn Risc PC * Rocket Pod Container, the interchangeable containers used to transport and launch missiles for use with the M270 Multiple Launch Rocket System * Rotary phase converter, an electrical machine that converts power from one polyphase system (including frequen ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Remote Procedure Call
In distributed computing, a remote procedure call (RPC) is when a computer program causes a procedure (subroutine) to execute in a different address space (commonly on another computer on a shared computer network), which is written as if it were a normal (local) procedure call, without the programmer explicitly writing the details for the remote interaction. That is, the programmer writes essentially the same code whether the subroutine is local to the executing program, or remote. This is a form of server interaction (caller is client, executor is server), typically implemented via a request–response message passing system. In the object-oriented programming paradigm, RPCs are represented by remote method invocation (RMI). The RPC model implies a level of location transparency, namely that calling procedures are largely the same whether they are local or remote, but usually, they are not identical, so local calls can be distinguished from remote calls. Remote calls are usually o ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  



MORE