Who could recommend some books about RPC?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
leetow2003
Member
Member
Posts: 70
Joined: Fri Nov 19, 2010 6:54 pm

Who could recommend some books about RPC?

Post 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?
User avatar
Griwes
Member
Member
Posts: 374
Joined: Sat Jul 30, 2011 10:07 am
Libera.chat IRC: Griwes
Location: Wrocław/Racibórz, Poland
Contact:

Re: Who could recommend some books about RPC?

Post by Griwes »

"Code" I a massive noun.
Reaver Project :: Repository :: Ohloh project page
<klange> This is a horror story about what happens when you need a hammer and all you have is the skulls of the damned.
<drake1> as long as the lock is read and modified by atomic operations
User avatar
dozniak
Member
Member
Posts: 723
Joined: Thu Jul 12, 2012 7:29 am
Location: Tallinn, Estonia

Re: Who could recommend some books about RPC?

Post 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.)
Learn to read.
Post Reply