Tag distributed

Distributed System Interface Definition Languages

An interface definition language (IDL) provide a language-neutral and platform-independent way to specify the interfaces of objects or services. It defines the data types, operations, and interfaces that are available for use by other components. Do not confuse it with…