# This file was generated from a template by createDevel # Network Tracing # # 0 = no network tracing # 1 = trace connection establishment and closure # 2 = like 1, but more detailed # 3 = like 2, but also trace data transfer Ice.Trace.Network=2 # Warn about connection exceptions Ice.Warn.Connections=1 # Protocol Tracing # # 0 = no protocol tracing # 1 = trace protocol messages #Ice.Trace.Protocol=1 # Ice base configuration Ice.ThreadPool.Server.Size=1 Ice.ThreadPool.Server.SizeMax=1 # new property in ice 3.3 (value must be >= 1 Ice.ThreadPool.Server.Serialize=0 Ice.ThreadPool.Client.Size=1 Ice.ThreadPool.Client.SizeMax=20 # new property in ice 3.3 (does not appear to be needed Ice.ThreadPool.Client.Serialize=0 # property has been droped from ice 3.3 #Ice.ThreadPerConnection=1 Ice.ACM.Server=0 #Ice.ACM.Client=0 # # Batched events require much larger buffers Ice.MessageSizeMax=32400 # IceGrid registry configuration. Ice.Default.Locator=IceGrid/Locator:tcp -h erikj-laptop -p 11000 IceGrid.Registry.AdminPermissionsVerifier=IceGrid/NullPermissionsVerifier IceGrid.Registry.SessionTimeout=-1 IceGrid.Registry.Client.Endpoints=tcp -h erikj-laptop -p 11000 IceGrid.Registry.Server.Endpoints=tcp -h erikj-laptop IceGrid.Registry.Internal.Endpoints=tcp -h erikj-laptop #IceGrid.Registry.Admin.Endpoints=default IceGrid.Registry.Data=/var/tmp/atst/data/db/registry IceGrid.Registry.DynamicRegistration=1 IceGrid.Registry.Trace.Locator=2 IceGrid.Registry.Trace.Server=2 IceGrid.Registry.Trace.Adapter=2 IceGrid.Registry.Trace.Object=0 IceGrid.Registry.Trace.Node=0 IceGrid.Registry.Client.ThreadPool.Size=5 IceGrid.Registry.Client.ThreadPool.SizeMax=100 IceGrid.Registry.Server.ThreadPool.Size=5 IceGrid.Registry.Server.ThreadPool.SizeMax=100 # IceGridAdmin configuration # (The values are completely arbitrary, but required. # You should not need to change these values.) IceGridAdmin.Username=f IceGridAdmin.Password="" #### IceStorm Configuration #### # Allow icestormadmin to work IceStormAdmin.TopicManager.Default=IceStorm/TopicManager:tcp -h erikj-laptop -p 12000 # The IceBox server endpoint configuration IceBox.ServiceManager.Endpoints=tcp -h erikj-laptop -p 11998 # The number refers to the Ice version ... IceBox.Service.IceStorm=IceStormService,34:createIceStorm --Ice.Config=/home/erikj/atst/data/iceServices.config # This property defines the home directory of the Freeze # database environment for the IceStorm service. Freeze.DbEnv.IceStorm.DbHome=/var/tmp/atst/data/db/icestorm # This property is used by the clients to connect to IceStorm. IceStorm.TopicManager.Proxy=IceStorm/TopicManager:tcp -h erikj-laptop -p 12000 # This property defines the endpoints on which the IceStorm # TopicManager listens. IceStorm.TopicManager.Endpoints=tcp -h erikj-laptop -p 12000 # This property defines the endpoints on which the topic # publisher objects listen. IceStorm.Publish.Endpoints=tcp -h erikj-laptop # TopicManager Tracing # # 0 = no tracing # 1 = trace topic creation, subscription, unsubscription # 2 = like 1, but with more detailed subscription information IceStorm.Trace.TopicManager=1 # Topic Tracing # # 0 = no tracing # 1 = trace unsubscription diagnostics IceStorm.Trace.Topic=1 # Subscriber Tracing # # 0 = no tracing # 1 = subscriber diagnostics (subscription, unsubscription, event # propagation failures) IceStorm.Trace.Subscriber=1 # Flush Tracing (for batch mode transfer flushing) # # 0 = no tracing # 1 = trace activity of flusher thread IceStorm.Trace.Flush=0 # Amount of time in milliseconds between flushes for batch mode # transfer. The minimum allowable value is 100ms. IceStorm.Flush.Timeout=500 # How long to wait before nuking unresponsive subscriptions (ms) #IceStorm.Send.Timeout=250 # Performance tuning IceStorm IceStorm.SubscriberPool.Size=1 IceStorm.SubscriberPool.SizeMax=10 IceStorm.ClientPool.Size=1 IceStorm.ClientPool.SizeMax=10