ICE 3.4.2
[php5-ice-freebsdport.git] / cpp / demo / Freeze / phonebook / config.server
blobcbe3ed8cd70264b9f66e19874be25a0203f8ad8f
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.
12 EvictorSize=3
15 # Set the save period for the contacts Freeze evictor
16 # to 10 seconds.
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.
39 Freeze.Trace.DbEnv=2
42 # Warn about connection exceptions
44 Ice.Warn.Connections=1
47 # Network Tracing
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
54 #Ice.Trace.Network=1
57 # Protocol Tracing
59 # 0 = no protocol tracing
60 # 1 = trace protocol messages
62 #Ice.Trace.Protocol=1