- NEW!
Help answer this question below.
It is fairly self explanatory - a procedure call made on software running in a remote machine.
In the calling machine there is a stub, which has the same parameters as the remote procedure. The stub simply packages up all the parameters and sends them over the network to the remote machine. A Server in the remote machine accepts the message, unpacks the parameters, and calls the desired procedure. It then packs up the return result, if any, and sends it over the network to the stub, which returns it to the caller. The net effect is for the caller to achieve "action at a distance".
how to convert microsoft word document to jpeg
by misblue on November 10th, 2011
| 1 person likes this
What to do? I think this site is protesting "Occupy My Laptop".
by HoboJoe on October 20th, 2011
| 1 person likes this
What is the maximum length of a cable on a 100BaseT network? What does the 100 in the name 100BaseT indicate?
by MargoShick on November 23rd, 2011
| 1 person likes this
Get Certified with testkiller.me?
by mshahid.anwer on November 23rd, 2011
| 1 person likes this
Isn't the mind just another default gateway on the supernet of life?
by Anonymous on October 16th, 2011
| 1 person likes this
You're reading What is RPC, Remote Procedure Call?
Comments