Documents/FEATRM/47: Middleware/Integration 2.11: Object Request Broker (ORB): Distributed Component Object Model (DCOM)

Integration 2.11: Object Request Broker (ORB): Distributed Component Object Model (DCOM)

Allow COM components tocommunicate across network boundaries

Other Information:

An extension of the Component Object Model (COM) that allows COM components to communicate across network boundaries. Traditional COM components can only perform inter-process communication across process boundaries on the same machine. Object Request Broker (ORB) is a technology enabling distributed objects to communicate and exchange data with remote objects. ORB encapsulates the locality and implementation of the objects, allowing users to develop applications that leverage components by accessing the components interface.

Indicator(s):