2 # Configure the server endpoints.
4 PhoneBook.Endpoints=default -p 10000
7 # Set the evictor size. The size set here (3) is far too small for
8 # real-world applications. However, for the purposes of this demo,
9 # setting the size to 3 allows us to see the operation of the evictor
10 # with evictor tracing.
15 # Set the save period for the contacts Freeze evictor
18 Freeze.Evictor.db.contacts.SavePeriod=10000
21 # Freeze Evictor Tracing.
23 # 0 = No evictor activity trace (default).
24 # 1 = Trace Ice object and facet creation and destruction, facet
25 # streaming time, facet saving time, object eviction (every 50
26 # objects) and evictor deactivation.
27 # 2 = Also trace object lookups, and all object evictions.
28 # 3 = Also trace object retrieval from the database.
30 Freeze.Trace.Evictor=2
33 # Freeze Database Environment Tracing.
35 # 0 = No database environment activity trace (default).
36 # 1 = Trace database open and close.
37 # 2 = Also trace checkpoints and the removal of old log files.
42 # Warn about connection exceptions
44 Ice.Warn.Connections=1
49 # 0 = no network tracing
50 # 1 = trace connection establishment and closure
51 # 2 = like 1, but more detailed
52 # 3 = like 2, but also trace data transfer
59 # 0 = no protocol tracing
60 # 1 = trace protocol messages