Buy New

or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Buy Used
Used - Very Good See details
$3.99 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
Have one to sell? Sell yours here
Power Programming with RPC (Nutshell Handbooks)
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Power Programming with RPC (Nutshell Handbooks) [Paperback]

John Bloomer (Author)
2.8 out of 5 stars  See all reviews (10 customer reviews)

List Price: $29.95
Price: $26.04 & this item ships for FREE with Super Saver Shipping. Details
You Save: $3.91 (13%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Only 3 left in stock--order soon (more on the way).
Want it delivered Tuesday, February 14? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more

Like this book? Find similar titles from O'Reilly and Partners in our O'Reilly Bookstore.

Book Description

February 8, 1992 0937175773 978-0937175774 1

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.

Frequently Bought Together

Customers buy this book with Programming Web Services with XML-RPC (O'Reilly Internet Series) $26.56

Power Programming with RPC (Nutshell Handbooks) + Programming Web Services with XML-RPC (O'Reilly Internet Series)
  • This item: Power Programming with RPC (Nutshell Handbooks)

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Programming Web Services with XML-RPC (O'Reilly Internet Series)

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details


Customers Who Bought This Item Also Bought


Editorial Reviews

From the Publisher

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.

About the Author

John Bloomer currently develops network multimedia and imaging applications for GE's Signal and Image Coding R&D group. He has experience designing VLSI chips and design automation tools and has developed hardware and software for graphics and signal processing systems. John often lectures on programming for distributed computing with a second O'Reilly book on DCE RPC underway.


Product Details

  • Paperback: 522 pages
  • Publisher: O'Reilly Media; 1 edition (February 8, 1992)
  • Language: English
  • ISBN-10: 0937175773
  • ISBN-13: 978-0937175774
  • Product Dimensions: 9 x 6 x 1.5 inches
  • Shipping Weight: 1.5 pounds (View shipping rates and policies)
  • Average Customer Review: 2.8 out of 5 stars  See all reviews (10 customer reviews)
  • Amazon Best Sellers Rank: #547,099 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

10 Reviews
5 star:
 (3)
4 star:
 (2)
3 star:    (0)
2 star:    (0)
1 star:
 (5)
 
 
 
 
 
Average Customer Review
2.8 out of 5 stars (10 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

8 of 8 people found the following review helpful:
5.0 out of 5 stars Excellent fountain of RPC knowhow, June 20, 1999
This review is from: Power Programming with RPC (Nutshell Handbooks) (Paperback)
The book fills a gap in RPC knowhow, that was much needed in the market place. It is in my humble opinion an excellent text on ONC RPC for UNIX (principally Solaris, but doesnt seem to be limited in any way). I did not find any PC specific solutions, but if one uses ONC RPC the XDR message format should ensure cross platform portability IMHO. I have only encountered one other good source on this subject, but I will not do Mr Bloomer a disservice by mentioning that book here .The author has made a sizeable investment of energy in trying to explain a complex and intricate RPC paradigm. The book gives examples of how to do both simple and some of the more complex things with rpc. I was particularly grateful for the author putting in examples and explanations of how to integrate with event-loops of GUIs, and to also how to do i/o multiplexing in a single threaded application. This book helped me tremendously during intricate debugging sessions to understand some of my problems. I have nothing but praise for the authors efforts. I salute you sir....
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 7 people found the following review helpful:
1.0 out of 5 stars Worst O'Reilly book I have., July 10, 1998
This review is from: Power Programming with RPC (Nutshell Handbooks) (Paperback)
O'Reilly generally distributes well written, easy to understand books. This is not one of them. The author seems to go to great lengths to make the implementation of RPC's hard to understand. For example, he never seems to plainly describe the sequence of events required to register a server and a client. Instead he requires the user to rely on the rpcgen utility which is OK if you have a simple requirement. However, most people who use RPC's use them because their requirements are NOT simple. Further, if the reader wants to learn more about the RPC procedure he/she must filter out Mr. Bloomers' convoluted 'C' code. In his very first example (downloaded from the O'Reilly web site), Mr. Bloomer forces the reader to muddle through code like: "char *result; char *(*local)(); local = (char *(*)()) add_record; result = (*local)(&argument, rqstp); " without any explanation of what he is trying to accomplish. I wish I could get my money back from O'Reilly on this one.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful:
4.0 out of 5 stars A complete guide to RPC, April 27, 1999
By A Customer
This review is from: Power Programming with RPC (Nutshell Handbooks) (Paperback)
This is a very good reference book for anyone who wants to know how to use the power of RPC. It covers every little detail and explains some very useful tips that can't be found any where else. Ofcourse the author has assumed a fair knowledge of networking and C but you can't blame him for that 'cos anyone who attempts to use RPC wont be able to do that without the knowledge of these two.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews








Only search this product's reviews



What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)
(1)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject