init
This commit is contained in:
18
Gateway/GateWay.txt
Normal file
18
Gateway/GateWay.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
GateServer = {
|
||||
--逻辑网关
|
||||
{
|
||||
--网关服务的绑定地址和端口
|
||||
LocalService = {
|
||||
ServerName = "版本验收-网关服(sid=1001)",
|
||||
Address = "0.0.0.0",
|
||||
Port = 9001,
|
||||
MaxSession = 8192, --网关中客户端连接池的最大连接数
|
||||
SendThreadCount = 2, --数据发送线程池中工作线程数量
|
||||
},
|
||||
--后台服务器的地址和端口
|
||||
BackServer = {
|
||||
Host = "127.0.0.1",
|
||||
Port = 23101,
|
||||
},
|
||||
},
|
||||
}
|
||||
BIN
Gateway/gateway_r
Normal file
BIN
Gateway/gateway_r
Normal file
Binary file not shown.
5
Gateway/memory.txt
Normal file
5
Gateway/memory.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
ClientAlloc, alloc total:436239514, used:0 *****
|
||||
版本验收-网关服(sid=100, alloc total:0, used:0
|
||||
版本验收-网关服(sid=100, alloc total:0, used:0
|
||||
WorkSock_Alloc, alloc total:0, used:0
|
||||
all: alloc total:436239514, used:0
|
||||
Reference in New Issue
Block a user