CORBA
Created on 2021-02-11T17:26:20-06:00
IDL: An interface definition language.
Describes objects and their methods in a language neutral way.
A collection of objects and remote procedure calls are written in an IDL.
Servant: a process that handles requests against an object.
Incarnation: associating an object with a servant.
Portable Object Adapter