| User's Guide: A Framework for Object Persistency for GNAT; Version 0.6.1; Document Revision $Revision: 1.17 $ | ||
|---|---|---|
| Prev | Next | |
This package provides the environment to save persistent objects in a file system. The storage is based upon two files:
The pool index file.
The object pool directory.
The path for pool index and object may be different.
The index file contains a list of all objects which are persistent.
Each individual object is stored as a file using the assigned name in a directory which denoted by the Pool_Path attribute.
R.1 - This package is not designed to be task save R.2 - The object storage cannot be shared between applications.
None