HCE Project Python language Distributed Tasks Manager Application, Distributed Crawler Application and client API bindings.  2.0.0-chaika
Hierarchical Cluster Engine Python language binding
Consts.py
Go to the documentation of this file.
1 '''
2 Created on Feb 13, 2014
3 
4 @author: igor
5 '''
6 #define types of connections
7 ADMIN_CONNECT_TYPE = 0
8 DATA_CONNECT_TYPE = 1
9 
10 #connection types
11 CLIENT_CONNECT = 1
12 SERVER_CONNECT = 2
13 
14 #protocol types
15 INPROC_TYPE = 3
16 TCP_TYPE = 4