The manager
(class Manager).
- The manager is a monitor ensuring mutual exclusion to access
the object table.
- The manager also processes the reception and sending of network
references.
- Receiving a network reference does not lock the manager to avoid
bottlenecks on the manager.
- Server connections are created on the background to avoid
blocking a thread receiving a remote reference.
- Sending a network reference asks the manager monitor, but execution
time is short.
- 7 -