- Feb 17, 2002
- 5,322
- 0
- 0
Fellow programmers will appreciate this.
I've never really understood how RPC (remote procedure calls) work under Windows, so today I set out to write a simple RPC client/server app.
I wrote a server that sets up an RPC listening session, gets 2 numbers from the client, multiplies them, and sends the product back to the client.
It works!
Y'all will be thrilled to know that the computer across the network from me says the product of 12 and 13 is 156.
I've never really understood how RPC (remote procedure calls) work under Windows, so today I set out to write a simple RPC client/server app.
I wrote a server that sets up an RPC listening session, gets 2 numbers from the client, multiplies them, and sends the product back to the client.
It works!
Y'all will be thrilled to know that the computer across the network from me says the product of 12 and 13 is 156.
