Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…

# | |
# CHMPX CONFIGURATION FILE FOR TEST | |
# | |
# Copyright 2014 Yahoo Japan Corporation. | |
# | |
# CHMPX is inprocess data exchange by MQ with consistent hashing. | |
# CHMPX is made for the purpose of the construction of | |
# original messaging system and the offer of the client | |
# library. | |
# CHMPX transfers messages between the client and the server/ | |
# slave. CHMPX based servers are dispersed by consistent | |
# hashing and are automatically laid out. As a result, it | |
# provides a high performance, a high scalability. | |
# | |
# For the full copyright and license information, please view | |
# the license file that was distributed with this source code. | |
# | |
# AUTHOR: Takeshi Nakatani | |
# CREATE: Fri May 8 2015 | |
# REVISION: | |
# | |
# | |
# GLOBAL SECTION | |
# | |
[GLOBAL] | |
FILEVERSION = 2 | |
DATE = Tue, 12 May 2015 18:10:19 +0900 | |
GROUP = TESTSCRPT | |
MODE = SLAVE | |
DELIVERMODE = random | |
MAXCHMPX = 4 | |
REPLICA = 0 | |
MAXMQSERVER = 2 | |
MAXMQCLIENT = 2 | |
MQPERATTACH = 1 | |
MAXQPERSERVERMQ = 2 | |
MAXQPERCLIENTMQ = 1 | |
MAXMQPERCLIENT = 1 | |
MAXHISTLOG = 10000 | |
PORT = 8020 | |
CTLPORT = 8022 | |
SELFCTLPORT = 8022 | |
RWTIMEOUT = 100 | |
RETRYCNT = 1000 | |
CONTIMEOUT = 500000 | |
MQRWTIMEOUT = 50 | |
MQRETRYCNT = 20000 | |
DOMERGE = on | |
SSL = no | |
K2HFULLMAP = on | |
K2HMASKBIT = 8 | |
K2HCMASKBIT = 4 | |
K2HMAXELE = 8 | |
# | |
# SERVER NODES SECTION | |
# | |
[SVRNODE] | |
NAME = localhost | |
PORT = 8020 | |
CTLPORT = 8021 | |
SSL = no | |
# | |
# SLAVE NODES SECTION | |
# | |
[SLVNODE] | |
NAME = [.]* | |
CTLPORT = 8022 | |
# | |
# EOF | |
# |