Skip to content

Automatically exported from code.google.com/p/zmq-arch-serv

Notifications You must be signed in to change notification settings

liutao6982/zmq-arch-serv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QUICK AND DIRTY
===============

Execute the following from the bin/ directory:

	server_router.exe 				#用于接口服务器分发至工作服务器的负载均衡
	server_work.exe 				#工作服务器用于处理业务
	server_interface.exe 			#接口服务器用于接收TCP/IP的接入

	client_test_interface.exe		#用于测试zmq连接池与业务逻辑
	client.exe						#模拟客户端接入接口服务器 操作类似于telnet
	
本地测试使用 run.bat 启动服务器
命令:
client_test_interface.exe localhost #启动测试
命令:
client.exe localhost 5031 #启动服务器客户端

About

Automatically exported from code.google.com/p/zmq-arch-serv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published