Server Smalltalk Guide
When a saved image is restarted, something must be done with the objects
which were imported and exported at save time. The following are the
valid mode settings for object space restart:
- SstCleanUpMode
- The object space is cleaned up to ensure it does not interfere with the
start up sequence but as much information (for example, imports and exports)
as possible is retained. This is the default mode.
- SstClearMode
- The object space is cleared out completely using the normal clear
operation. All imports and exports are invalidated and deleted.
The space is no longer valid.
- SstRestartMode
- The space is restarted using the standard startUp
operation. All imports and exports are invalidated and deleted.
The space remains functional.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]