Jump to content

Object request broker

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 151.42.172.170 (talk) at 20:59, 20 July 2021 (References). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In distributed computing, an object request broker (ORB) is a middleware which allows program calls to be made from one computer to another via a computer network, providing location transparency through remote procedure calls. ORBs promote interoperability of distributed object systems, enabling such systems to be built by piecing together objects from different vendors, while different parts communicate with each other via the ORB.

Implementations

See also

References