[RUTNIME] Support C++ RPC (#4281)
authorZhao Wu <wuzhaozju@gmail.com>
Sun, 10 Nov 2019 22:56:44 +0000 (06:56 +0800)
committerTianqi Chen <tqchen@users.noreply.github.com>
Sun, 10 Nov 2019 22:56:44 +0000 (14:56 -0800)
commitd2fc0252ba036a23a60975e8754523830f403043
treef374cbaeaf871a9054bc86e9bea36e4ad51b7adf
parent2f65a87f47e8543540d517c95080cae108625181
[RUTNIME] Support C++ RPC (#4281)
12 files changed:
apps/cpp_rpc/Makefile [new file with mode: 0644]
apps/cpp_rpc/README.md [new file with mode: 0644]
apps/cpp_rpc/main.cc [new file with mode: 0644]
apps/cpp_rpc/rpc_env.cc [new file with mode: 0644]
apps/cpp_rpc/rpc_env.h [new file with mode: 0644]
apps/cpp_rpc/rpc_server.cc [new file with mode: 0644]
apps/cpp_rpc/rpc_server.h [new file with mode: 0644]
apps/cpp_rpc/rpc_tracker_client.h [new file with mode: 0644]
src/common/socket.h
src/common/util.h [new file with mode: 0644]
src/runtime/rpc/rpc_session.h
src/runtime/rpc/rpc_socket_impl.h [new file with mode: 0644]