Power Programming with RPC

John Bloomer

  • 出版商: O'Reilly
  • 出版日期: 1992-02-25
  • 售價: $1,220
  • 貴賓價: 9.5$1,159
  • 語言: 英文
  • 頁數: 522
  • 裝訂: Paperback
  • ISBN: 0937175773
  • ISBN-13: 9780937175774
  • 相關分類: R 語言
  • 已絕版

買這商品的人也買了...

商品描述

RPC, or remote procedure calling, is the ability to distribute parts of a program to other computers on a network. An RPC facility manages the exchange of data between computers to make remote execution tranparent to the user. Distributed applications based on RPC can utilize distributed network resources and increase significantly the computing power brought to bear on complex problems. An RPC facility is the fundamental element of a distributed computing environment.

The book builds a working understanding of RPC programming through examples. Sun RPC, the de facto standard on UNIX systems, is covered in detail. Interprocess communication and other related UNIX programming topics are also covered.

The standard-issue RPC documentation is difficult to understand and lacks real-world examples. There are, in addition, many techniques to learn. This book, written from a programmer's perspective, shows you what you can do with RPC and presents a framework for learning it.

Contents include:

  • Foundations of remote procedure calling; what it is, how it works, and which vendors support it.
  • What RPC offers to application and product developers.
    How RPC fits into a distributed computing environment.
  • ONC and DCE, a comparison of their similarities and differences.
  • How to develop, debug, and deploy networked applications.
  • Understanding the interprocess control (IPC) mechanisms on which RPC is based.
  • Using remote procedure calling in parallel/distributed processing and scheduling.
  • Using remote procedure calling with windowing systems.
  • Examples of distributed applications using both single and multiple concurrent servers.