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

旧时模样 提交于 2019-12-03 18:30:31

问题


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


回答1:


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



来源:https://stackoverflow.com/questions/2526227/c-c-rpc-tutorial-for-linux

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!