Demos in this directory: - evictor This is the source code for the evictor implementation described in the Ice Run Time chapter. You can copy and modify this code to suit your needs. - evictor_filesystem An implementation of the persistent version of the file system example described in the Freeze chapter using a Freeze evictor. - map_filesystem An implementation of the persistent version of the file system example described in the Freeze chapter using a Freeze map. - lifecycle An implementation of the file system that supports life cycle operations. - printer An implementation of the simple printer example at the beginning of the manual. - simple_filesystem An implementation of the simple (non-persistent, non-life-cycle) version of the file system example.