ICE 3.4.2
[php5-ice-freebsdport.git] / cpp / demo / IceStorm / replicated2 / config.s3
blob449aca23b565c5e3672521302254d3257baee866
1 # This property configures the node id. It must be a positive integer.
2 IceStorm.NodeId=2
4 # This property configures the replicated node endpoints.
5 IceStorm.Node.Endpoints=default -p 13020
7 # This set of properties configures the replicated node proxies.  Each
8 # property is of the form
9 # IceStorm.Nodes.<id>=<instance-name>/node<id>:<endpoints>
11 # All nodes must be included in this list.
12 IceStorm.Nodes.0=DemoIceStorm/node0:default -p 13000
13 IceStorm.Nodes.1=DemoIceStorm/node1:default -p 13010
14 IceStorm.Nodes.2=DemoIceStorm/node2:default -p 13020
16 # Node tracing properties.
17 IceStorm.Trace.Election=1
18 IceStorm.Trace.Replication=1
20 # The interval in seconds at which a slave checks the status of the
21 # coordinator.
22 #IceStorm.Election.MasterTimeout=2
24 # The interval in seconds at which a coordinator attempts to form
25 # larger groups of replicas.
26 #IceStorm.Election.ElectionTimeout=2
28 # The interval in seconds that a replica waits for replies to an
29 # invitation to form a larger group. Lower priority wait for intervals
30 # inversely proporitional to the maximum priority.
31 #IceStorm.Election.ResponseTimeout=2
34 # This property defines the endpoints on which the IceStorm
35 # TopicManager listens.
37 IceStorm.TopicManager.Endpoints=default -p 10020
39 # This property defines the endpoints contained in proxies to topics.
40 IceStorm.ReplicatedTopicManagerEndpoints=default -p 10000:default -p 10010:default -p 10020
43 # The IceStorm service instance name.
45 IceStorm.InstanceName=DemoIceStorm
48 # This property defines the endpoints on which the topic
49 # publisher objects listen. If you want to federate
50 # IceStorm instances this must run on a fixed port (or use
51 # IceGrid).
53 IceStorm.Publish.Endpoints=default -p 10021:udp -p 10021
55 # This property defines the endpoints contained in publisher proxies.
56 IceStorm.ReplicatedPublishEndpoints=default -p 10001:default -p 10011:default -p 10021:udp -p 10001:udp -p 10011:udp -p 10021
59 # TopicManager Tracing
61 # 0 = no tracing
62 # 1 = trace topic creation, subscription, unsubscription
63 # 2 = like 1, but with more detailed subscription information
65 IceStorm.Trace.TopicManager=2
68 # Topic Tracing
70 # 0 = no tracing
71 # 1 = trace unsubscription diagnostics
72 # 2 = like 1, but with more detailed subscription information
74 IceStorm.Trace.Topic=1
77 # Subscriber Tracing
79 # 0 = no tracing
80 # 1 = subscriber diagnostics (subscription, unsubscription, event
81 #     propagation failures)
82 # 2 = like 1, but with more detailed subscription information
84 IceStorm.Trace.Subscriber=1
87 # Amount of time in milliseconds between flushes for batch mode
88 # transfer. The minimum allowable value is 100ms.
90 IceStorm.Flush.Timeout=2000
93 # Network Tracing
95 # 0 = no network tracing
96 # 1 = trace connection establishment and closure
97 # 2 = like 1, but more detailed
98 # 3 = like 2, but also trace data transfer
100 #Ice.Trace.Network=1
103 # This property defines the home directory of the Freeze 
104 # database environment for the IceStorm service.
106 Freeze.DbEnv.IceStorm.DbHome=db3
109 # IceStorm SQL configuration if using SQL database.
111 #Ice.Plugin.DB=IceStormSqlDB:createSqlDB
112 #IceStorm.SQL.DatabaseType=QSQLITE
113 #IceStorm.SQL.DatabaseName=db3/IceStorm.db