User's Manual
Configuration Files C-27
#Designates the number of EPL records processes at one time when description
#changes are checked. [100]
"LDM_RECORDS_NUMBER",100
#################################################
#IPC
#################################################
#If set to YES then debug messages from the IPC code will be
#displayed. [NO]
#"ES_ENABLEIPCTRACING","NO"
#YES to enable sockets IPC. Use for communication between
# heterogeneous operating systems. Don't use with WIN95. [NO]
#"ES_ENABLESOCKETS","NO"
#If sockets IPC is enabled, the number of seconds to wait for a
# server connection [3]
#"ES_SOCKETCONNECTWAIT", 3
#If sockets IPC is enabled, the number of times to retry sending a
# request to a server. [3]
#"ES_SOCKETSENDRETRIES",3
#If sockets IPC is enabled, the number of times to a server will attempt
# to read a request from a client [3]
#"ES_SOCKETREADRETRIES",3
#If socket or rpc IPC is enabled, this specifies the address where the
# server programs are running [127.0.0.1]
#"ES_SERVERIPADDRESS","127.0.0.1"
#YES to enable RPC IPC. Set to YES to do networking between two WIN32
#operating systems (i.e. WIN95/WINNT) [NO]
#"ES_ENABLERPC", "NO"
#YES to enable memory-mapped file IPC. This is the default. Set to NO
# if using RPC or SOCKETS [YES]
#"ES_ENABLEMEMFILES","YES"
#The number of seconds a client should wait for a response from a server. [60]
#"ES_IPCRESPONSEWAIT",60
#################################################
#FAILURE DETECTION AND ANALYSIS
#################################################
"SVFDA_CMDLINE", "-m30"
#FD&A will log an error if a CBS's minsignal/maxnoise exceeds these
# parameter values
"FDA_MINSIGNAL", 85