2018-11-13 22:24:42 +00:00
|
|
|
[General]
|
|
|
|
Run Master = true
|
|
|
|
Master Host = localhost
|
2018-11-15 22:29:03 +00:00
|
|
|
Master Port = 5051
|
2018-11-13 22:24:42 +00:00
|
|
|
|
|
|
|
[Defaults]
|
|
|
|
; amount of threads to start with (never close)
|
|
|
|
Initial Count = 3
|
|
|
|
; starting limit of clients per thread
|
|
|
|
Initial Size = 3
|
|
|
|
; amount the limit scales when threshold is passed
|
|
|
|
Size Growth = 1
|
|
|
|
|
|
|
|
; any values below marked -1 indicates no limit
|
|
|
|
; max amount of clients in scaled thread
|
|
|
|
Max Size = -1
|
|
|
|
; maximum number of threads
|
|
|
|
Max Count = -1
|
|
|
|
; maximum number of connections in the pool
|
|
|
|
Max Total = -1
|
|
|
|
; excess deviance from threshold necessary to rebalance
|
|
|
|
Tolerance = -1
|
|
|
|
|
|
|
|
[Master to Client]
|
2018-11-15 22:29:03 +00:00
|
|
|
Port = 5051
|
2018-11-13 22:24:42 +00:00
|
|
|
|
|
|
|
[Master to Slave]
|
2018-11-15 22:29:03 +00:00
|
|
|
Port = 8018
|
2018-11-13 22:24:42 +00:00
|
|
|
|
|
|
|
[Slave]
|
2018-11-15 22:29:03 +00:00
|
|
|
Port = 9010
|
2018-11-13 22:24:42 +00:00
|
|
|
Name = Test Server 1
|
|
|
|
|
|
|
|
[Slave]
|
2018-11-15 22:29:03 +00:00
|
|
|
Port = 9011
|
2018-11-13 22:24:42 +00:00
|
|
|
Name = Test Server 2
|
|
|
|
|
|
|
|
[Slave]
|
2018-11-15 22:29:03 +00:00
|
|
|
Port = 9012
|
2018-11-13 22:24:42 +00:00
|
|
|
Name = Test Server 3
|