dmlc--dgl
02e4cd8b56
* [Feature] long live server for multiple client groups * generate globally unique name for DistTensor within DGL automatically
8 行
193 B
Python
8 行
193 B
Python
"""Define all the constants used by DGL rpc"""
|
|
|
|
# Maximum size of message queue in bytes
|
|
MAX_QUEUE_SIZE = 20*1024*1024*1024
|
|
|
|
SERVER_EXIT = "server_exit"
|
|
SERVER_KEEP_ALIVE = "server_keep_alive"
|