Page 1 of 1

Who could recommend some books about RPC?

Posted: Tue Apr 02, 2013 8:46 pm
by leetow2003
I want to learn how to write codes about RPC in Linux,
I read some codes,I find I don't learn a lot of knowledge,
such as XDR,pcaket RPC etc.
Who could recommend some books?

Re: Who could recommend some books about RPC?

Posted: Tue Apr 02, 2013 11:37 pm
by Griwes
"Code" I a massive noun.

Re: Who could recommend some books about RPC?

Posted: Wed Apr 03, 2013 2:19 am
by dozniak
XDR is covered by an RFC.

For the rest, there are many implementations, but I think Modula-3 Network Objects cover the very basic principles of it nicely. (EDIT: Also, it has a bibliography of what else could be read about the subject.)