Client application
The ObjectStore client library is linked into each client application, allowing the client
application to:
n map persistent objects to virtual addresses;
n allocate and deallocate storage for persistent objects;
n maintain a cache of recently used pages and the lock status of those pages;
n handle page faults on addresses that refer to persistent objects.