summaryrefslogtreecommitdiff
path: root/cpp/demo/Manual/README
blob: 26502a28200a5afc1b6c2cf6b43c484237d178ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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.