Skip to Content
Learning DCOM
book

Learning DCOM

by Thuan L. Thai
April 1999
Intermediate to advanced
502 pages
15h 5m
English
O'Reilly Media, Inc.
Content preview from Learning DCOM

COM Facilities and Services

A distributed objects architecture needs to support a number of features that are commonly recognized as necessary. In this section, you’ll learn some of the features that COM supports. We’ll start off with the most obvious notion in distributed computing, location transparency. Then we’ll connect one feature to the next, examining the importance of each. We’ll finally end up with a brief introduction of applied COM. So buckle up and get started.

Location Transparency

When a client invokes a method using COM, it thinks that the method is executed locally. But in fact, the method can be anywhere in cyberspace. It could live in the same process as the client, a different process on the same machine, or a process on a machine two hundred miles away. From the client’s perspective, there’s no difference. This is the idea behind location transparency.

Location transparency depends primarily upon marshaling. To support marshaling, COM uses a previous, proven technology known as DCE RPC.[6] DCE RPC supports location transparency in the functional world. COM, which is built on top of RPC, supports location transparency in the object-oriented world. Like RPC, COM uses an interface to define a set of related functions, which are used for client and server communications. Given an interface, we can use a tool, called the Microsoft Interface Definition Language (MIDL) compiler, to fully generate corresponding marshaling code. This marshaling code is also referred to ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

.NET and COM: The Complete Interoperability Guide

.NET and COM: The Complete Interoperability Guide

Adam Nathan
Windows 7 Device Driver

Windows 7 Device Driver

Ph.D. Ronald D. Reeves

Publisher Resources

ISBN: 9781449307011Supplemental ContentErrata Page