The Zend Session Clustering manager.
zend_sc.global_directives_ini_file
Global Directives ini File
The .ini file that contains the global directives, as defined in ZendGlobalDirectiveDD.xml
Default value(s):
GLOBAL_DIRECTIVES_INI_FILE:
Type: string
Measurement units:
Available since: 5.0
zend_sc.log_verbosity_level
The Log's verbosity level
The Log's verbosity level
Default value(s):
0:
Type: int
Measurement units:
Available since: 5.0
zend_sc.log_rotation_size
The maximum size of the log file before it is rotated
The maximum size of the log file before it is rotated
Default value(s):
10:
Type: int
Measurement units: MBytes
Available since: 5.0
zend_sc.number_of_threads
number of worker threads
number of worker threads. can be increased if the running machine is strong
enough
Default value(s):
10:
Type: int
Measurement units:
Available since: 5.0
zend_sc.network.hostname
the identification of the running machine
the identification of the running machine
Default value(s):
localhost:
Type: string
Measurement units:
Available since: 5.0
zend_sc.network.tcp_port_remote
port via which the daemon will receive connections from other daemons
port via which the daemon will receive connections from other daemons
Default value(s):
10060:
Type: int
Measurement units:
Available since: 5.0
zend_sc.network.use_unix_sockets
Communication with mod cluster: 0 TCP, 1 Unix socket
Communication with mod cluster: 0 TCP, 1 Unix socket
Default value(s):
1:
Type: boolean
Measurement units:
Available since: 5.0
zend_sc.network.tcp_port_local
TCP port scd listens to communicate with local mod cluster
TCP port scd listens to communicate with local mod cluster
Default value(s):
10062:
Type: int
Measurement units:
Available since: 5.0
zend_sc.network.unix_socket_permissions
when daemon is run, it creates a scd.sock file, with these permissions
[octal permission]
when daemon is run, it creates a scd.sock file, with these permissions
[octal permission]
Default value(s):
0600:
Type: string
Measurement units:
Available since: 5.0
zend_sc.ha.udp_port
port which is used for broadcasts for things like graceful shutdown and
HA
port which is used for broadcasts for things like graceful shutdown and
HA
Default value(s):
10070:
Type: int
Measurement units:
Available since: 5.0
zend_sc.ha.broadcast_delta
the time between broadcasts
the time between broadcasts
Default value(s):
10:
Type: int
Measurement units: seconds
Available since: 5.0
zend_sc.ha.broadcast_address
broadcast mask
broadcast mask (used in HA mode)
Default value(s):
255.255.255.255:
Type: string
Measurement units:
Available since: 5.0
zend_sc.allowed_hosts
comma seperated list of IPs or IP masks. these masks incidcate machines
which the daemon will both agree to connect and agree to receive connections
from
comma seperated list of IPs or IP masks. these masks incidcate machines
which the daemon will both agree to connect and agree to receive connections
from
Default value(s):
:
Type: string
Measurement units:
Available since: 5.0
zend_sc.session_lifetime
the lifetime of a session
the lifetime of a session. session older than that will be removed by garbage
collection
Default value(s):
1440:
Type: int
Measurement units: seconds
Available since: 5.0
zend_sc.garbage_collection_delta
num. of seconds between two executions of the garbage collector
num. of seconds between two executions of the garbage collector
Default value(s):
60:
Type: int
Measurement units: seconds
Available since: 5.0
zend_sc.statistics_delta_minutes
num. of minutes between statistics dump to the log file
num. of minutes between statistics dump to the log file
Default value(s):
60:
Type: int
Measurement units: minutes
Available since: 5.0
zend_sc.storage.memory_cache_size
specifies the number of bytes for memory caching of sessions
specifies the number of bytes for memory caching of sessions
Default value(s):
800:
Type: int
Measurement units: KBytes
Available since: 5.0
zend_sc.storage.use_permanent_storage
if 1, then sessions will be stored on disk, if 0, in memory
if 1, then sessions will be stored on disk, if 0, in memory
Default value(s):
0:
Type: boolean
Measurement units:
Available since: 5.0
zend_sc.storage.flush_delta
the frequency at which session are flushed
if 0, then sessions are written write-through. otherwise, write-back is
used, with this argument as the delay
Default value(s):
10:
Type: int
Measurement units: seconds
Available since: 5.0
zend_sc.storage.save_path
the location on disk where saved sessions are stored
the location on disk where saved sessions are stored
Default value(s):
./:
Type: string
Measurement units:
Available since: 5.0
zend_sc.storage.dir_levels
specifies the number of dir levels used in saving files
specifies the number of dir levels used in saving files
Default value(s):
2:
Type: int
Measurement units:
Available since: 5.0
zend_sc.storage.filename_cache_num_entries
number of entries in an internal cache
number of entries in an internal cache
Default value(s):
512:
Type: int
Measurement units:
Available since: 5.0
zend_sc.message_server_port
port on which the daemon listens for control messages
port on which the daemon listens for control messages (which can be sent
using the messenger utility)
Default value(s):
10061:
Type: int
Measurement units:
Available since: 5.0
zend_sc.max_outgoing_queue_size
Default value(s):
500:
Type: int
Measurement units:
Available since: 5.0
zend_sc.graceful_transfer_max_size
Maximum size of chunk of sessions when transferring to replacment server
on graceful shutdown
Maximum size of chunk of sessions when transferring to replacment server
on graceful shutdown
Default value(s):
10:
Type: int
Measurement units:
Available since: 5.0
zend_sc.graceful_max_time
Maximum time allowed for gracful shutdown to take place
Maximum time allowed for gracful shutdown to take place
Default value(s):
60:
Type: int
Measurement units: minutes
Available since: 5.0