Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C/C++ RPC Tutorial for Linux [closed]

Tags:

c++

c

linux

rpc

Can someone point me to a decent RPC tutorial for (or books) linux, like in this post. I tried looking around myself, I've only found tutorials that are really old.

Thanks

like image 548
devin Avatar asked Mar 26 '10 19:03

devin


1 Answers

Since the idea of RPC goes back to 1976 and the first business use was by Xerox in 1981, I'm not exactly sure what qualifies as a really old tutorial.

Here are a few resources you might find helpful.

  • Power Programming with RPC (1992)

  • Remote Procedure Calls | Linux Journal (Oct 01, 1997)

  • Remote Procedure Calls (RPC) (1999)

  • Remote Procedure Call Programming Guide (PDF link)

  • rpc(3) - Linux man page

like image 112
jschmier Avatar answered Oct 11 '22 10:10

jschmier