Object Request Broker
In distributed computing, an object request broker (ORB) is a piece of middleware software that allows programmers to make program calls from one computer to another via a network (so-called remote procedure calls). ORBs promote interoperability of distributed object systems because they enable users to build systems by piecing together objects from different vendors, so that they communicate with each other via the ORB.
ORBs handle the transformation of in-process data structures to and from the byte sequence, which is transmitted over the network. This is called marshalling or serialization.
Some ORBs, such as CORBA-compliant systems, use an Interface Description Language (IDL) to describe the data that is to be transmitted on remote calls.
In addition to marshalling data, ORBs often expose many more features, such as distributed transactions, directory services or real-time scheduling.
In object-oriented languages, the ORB takes the form of an object with methods enabling connection to the objects being served. After an object connects to the ORB, the methods of that object become accessible for remote invocations. The ORB requires some means of obtaining the network address of the object that has now become remote. The typical ORB also has many other methods.
Read more about Object Request Broker: Implementations
Famous quotes containing the words object and/or request:
“It is the object of learning, not only to satisfy the curiosity and perfect the spirits of ordinary men, but also to advance civilization.”
—Woodrow Wilson (18561924)
“Mr. Roosevelt, this is my principal requestit is almost the last request I shall ever make of anybody. Before you leave the presidential chair, recommend Congress to submit to the Legislatures a Constitutional Amendment which will enfranchise women, and thus take your place in history with Lincoln, the great emancipator. I beg of you not to close your term of office without doing this.”
—Susan B. Anthony (18201906)