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?
Who could recommend some books about RPC?
-
- Member
- Posts: 70
- Joined: Fri Nov 19, 2010 6:54 pm
- Griwes
- 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?
"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
<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
Re: Who could recommend some books about RPC?
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.)
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.