Book Cover
Book
Author Shirley, John.

Title Microsoft RPC programming guide / John Shirley and Ward Rosenberry
Edition First edition
Published Sebastopol, CA : O'Reilly, [1995]
©1995

Copies

Location Call no. Vol. Availability
 W'PONDS  005.6 Shi/Mrp  AVAILABLE
Description xix, 232 pages : illustrations ; 24 cm
Series A Nutshell handbook
Nutshell handbook.
Contents 1. Overview of an RPC Application -- 2. Using a Microsoft RPC Interface -- 3. How to Write Clients -- 4. Pointers, Arrays, and Memory Usage -- 5. How to Write a Server -- 6. Using a Name Service -- 7. Context Handles -- App. A: MIDL and ACF Attributes Quick Reference -- App. B: RPC Runtime Routines Quick Reference -- App. C: The Arithmetic Application -- App. D: The Inventory Application -- App. E: The Rfile Application -- App. F: The Windows Phonebook Application
Summary 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
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
Notes Includes index
Subject Client/server computing.
Electronic data processing -- Distributed processing.
Author Rosenberry, Ward.
LC no. 96137926
ISBN 1565920708
Other Titles Microsoft remote procedure call programming guide