Software Componets (2)
Server
- Two main parts:
- Server interface- communicates with applications
- Storage manager- manages persistent object store
- Server interface provides access to the objects in the manager and manages the namespace
- Storage manager has 3 sub-layers:
- VAS-SM interface: control and access functions
- Core: records, transactions, concurrency, recovery
- SM-SM interface: extensions to the core