Have one to sell? Sell yours here
Microsoft RPC Programming Guide (Nutshell Handbooks)
  
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.

Microsoft RPC Programming Guide (Nutshell Handbooks) [Paperback]

Ward Rosenberry (Author), John Shirley (Author), Digital Equipment Corporation (Author)
4.8 out of 5 stars  See all reviews (5 customer reviews)


Available from these sellers.



Book Description

Nutshell Handbooks March 8, 1995

Remote Procedure Call (RPC) is the glue that holds together MS-DOS, Windows 3.x, and Windows NT. It is a client-server technology -- a way of making programs on two different systems work together like one. The advantage of RPC over other distributing programming techniques is that you can link two systems together using simple C calls, as in a single-system program.

The most common use for client-server is to combine the graphical display capabilities of a desk-top PC with the database and number-crunching power of a large central system. But peer-to-peer programs can run equally well.

Like many aspects of Microsoft programming, RPC forms a small world of its own, with conventions and terms that can be confusing. But once you understand the purpose behind each feature, programming with RPC is not difficult. This book lays out the concepts and the programming tasks so that you can use this powerful API.

Microsoft RPC is a new technology based on the RPC used in the Distributed Computing Environment (DCE). This book builds on O'Reilly's successful DCE series. It provides a solid foundation for programmers learning to use Microsoft RPC, including:

  • Controlling communications through the Microsoft Interface Definition Languages (MIDL) and the Attribute Configuration File (ACF)The book contains:
  • How the server advertises itself
  • How a client chooses a server (binding)
  • Types of pointers and arrays
  • Memory management
  • Administration tasks for an RPC server

This edition covers version 2.0 of Microsoft RPC. Four complete examples are included.


Customers Who Bought This Item Also Bought


Editorial Reviews

From the Back Cover

Remote Procedure Call (RPC) is the glue that holds together MS-DOS, Windows 3.x, and Windows NT. It is a client-server technology - a way of making programs on two different systems work together like one. The advantage of RPC over other distributing programming techniques is that you can link two systems together using simple C calls, as in a single-system program. The most common use for client-server technology is to combine the graphical display capabilities of a desktop PC with the database and number-crunching power of a large central system. But peer-to-peer programs can run equally well. Like many aspects of Microsoft programming, RPC forms a small world of its own, with conventions and terms that can be confusing. But once you understand the purpose behind each feature, programming with RPC is not difficult. This book lays out the concepts and the programming tasks so that you can use this powerful API. Microsoft RPC is a new technology based on the RPC used in the Distributed Computing Environment (DCE). This book builds on O'Reilly's successful DEC series. It provides a solid foundation for programmers learning to use Microsoft RPC.

About the Author

Ward Rosenberry is a technical writing consultant and author concentrating on distributed computing and computer networking technologies. Ward has distinguished himself writing about the Open Software Foundation's Distributed Computing Environment since 1989 when he helped write Digital Equipment Corporation's original DCE design documents. He has since co-authored two other O'Reilly books about distributed computing -- Understanding DCE and Distributing Applications Across DCE and Windows NT. He continues his close DCE involvement designing and developing DCE information both at Digital and at OSF and now operates a consulting firm, Rosenberry Associates, in Chelmsford, Massachusetts. Ward graduated from the University of Lowell in 1979 with a B.A. in English. Ward, his wife Patricia Pestana, and their two children, William and John, live in North Chelmsford, Massachusetts. In addition to his contribution to the technical side of this book, Jim deserves some credit for keeping Ward alive by sending him an infusion of caffeine from Seattle's premier coffee roaster.



John Shirley considers himself a scientist interested in educating himself and others on the use of software tools to analyze and present scientific data. He has developed software and documentation while consulting for companies that include Digital Equipment Corporation, Concurrent Computer Corporation, Inset Systems, NASDAQ, and Tandem Computers. John's work has included the development of C programs to demonstrate not only the use of DCE remote procedure calls but also multithreaded programming, an application interface for the GEM graphics environment, and storing scientific data. These projects have spanned many operating systems, including OSF/1, UNIX, MS-DOS, and VMS. John earned a B.A. from Alfred University with a dual major in Mathematics and Geology, an M.S. in Geology from Miami University with a specialty in Structural Geology, and an M.S. in Computer Science from Pace University. Prior to consulting, John's career included six years in the oil industry as a geophysicist and international explorationist. His work included the analysis of seismic data from New Zealand, Australia, Turkey, Norway, the Dominican Republic, Jamaica, and the United States. John also worked as a software engineer developing programs for scientific instrument manufacturers. John lives in Newtown, Connecticut, where he maintains a consulting business specializing in documenting and demonstrating complex software.


Product Details

  • Paperback: 254 pages
  • Publisher: O'Reilly Media; 1st ed edition (March 8, 1995)
  • Language: English
  • ISBN-10: 1565920708
  • ISBN-13: 978-1565920705
  • Product Dimensions: 9.1 x 7 x 0.8 inches
  • Shipping Weight: 14.4 ounces
  • Average Customer Review: 4.8 out of 5 stars  See all reviews (5 customer reviews)
  • Amazon Best Sellers Rank: #1,577,387 in Books (See Top 100 in Books)

More About the Author

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

 

Customer Reviews

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

6 of 6 people found the following review helpful:
5.0 out of 5 stars The most cogent guide to RPC programming I have seen., October 14, 1997
This review is from: Microsoft RPC Programming Guide (Nutshell Handbooks) (Paperback)

The authors take the reader from the very first steps to rather complex applications of Remote Procedure Calls. Along the way, they explain how RPC works, and why it is one of the better tools for implementing true client/server systems.

Despite a very few factual errors (the page on memory allocation using RpcSs contains one) and despite a too-short description of when to use which memory allocator, I rate this book at nine out of ten. For a perfect ten, the authors will have to include material on secure, authenticated, RPC, too.

If you do serious DCE or MS RPC programming, or if you are trying to learn the ropes: Try to find a copy. And no, mine is not for sale. ;-)

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


0 of 1 people found the following review helpful:
4.0 out of 5 stars Good book to learn the foundations of COM, October 24, 2001
By A Customer
Amazon Verified Purchase(What's this?)
This review is from: Microsoft RPC Programming Guide (Nutshell Handbooks) (Paperback)
COM is built on top of RPC. This book is a bit dated, but still a good guide for learning the technology that COM is based on. COM will make much more sense if you take a little time to learn RPC first.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


0 of 3 people found the following review helpful:
5.0 out of 5 stars rpc programming, June 17, 1999
By A Customer
This review is from: Microsoft RPC Programming Guide (Nutshell Handbooks) (Paperback)
rpc programmin
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



Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
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