Distributed Object Management

Luis Mateu

A system of distributed objects is a set of processes not sharing memory where processes can invoke the methods of objects owned by other processes in the set, just as if those objects where owned by the caller (it must provide some degree of transparency).

The management of distributed objects consists of the mechanisms employed by the system for implementing remote references, remote method invocations and any other feature provided by the system (like distributed garbage collection).

Objectives of the course

Required previous knowledges

Programming in Java with RMI or CORBA.

Contents

Bibliography

For a deepper discussion of the concepts seen in this course, I recommend reading the following papers:


Download this document in zipped html format.