Chapter 10. Creating Subscriptions

Just like COM applications, COM+ applications provide the means to react to events. In the world of COM, this technique is the request/reply system. COM+ uses the publish/subscribe system.

The two event-handling techniques share a few of the same concepts, but the implementation is essentially different. The problem with the request/reply system is that the client and server must know about each other—something that isn’t always possible when you’re working with distributed applications. In addition, when you’re using the request/reply system, the client and server must exist at the same time—again, a limitation when working with distributed applications. When you’re working with subscriptions, the server publishes ...

Get COM Programming with Microsoft® .NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.