// archives

CORBA

This tag is associated with 1 posts

Interprocess Communication in Distributed Systems

Here some brief notions about CORBA and RMI. CORBA CDR (Common Data Representation) represents all data type used as arguments and return values 15 primitive types such as short, long, unsigned short, unsigned long, float double, char, boolean, octect, etc any represents any basic or construct type. Primitive types: transmitted in sender’s ordering, floating point [...]