HPB Monroeville
3757 William Penn HwyStore Hours:
Monday 10 AM -8 PM
Tuesday 10 AM -8 PM
Wednesday 10 AM -8 PM
Thursday 10 AM -8 PM
Friday 10 AM -8 PM
Saturday 10 AM -8 PM
Sunday 10 AM -8 PM
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: