Marco
Marco

Reputation: 231

RPC for C Programming Language

I need some help at RPC Programming. I really want understand how works the RPCGEN and the MAKEFILE structure. I would like a recommendation of a good introductory book at RPC. I found some examples but I dont know how to compile/integrate the files. More specifically I have a Client source code (one file), a Server source code (one file) and a "makefile source code". All I want is put this example to work.

Upvotes: 1

Views: 20754

Answers (1)

pritam
pritam

Reputation: 2558

Here are a few resources you might find helpful.

  1. Tutorial of RPC programming
  2. How RPC works -pdf link

Upvotes: 4

Related Questions