grpc_homa
grpc_homa copied to clipboard
Allows Homa to be used as a transport with gRPC.
GRPC Message input size can be larger than 4MB, output size is unlimited, but homa message must smaller than 1MB. So grpc req msg will de divide into multi homa...
When running test_server and test_client, as well as my own client code, a timeout occurs when using Homa channels, but not when using TCP. This is being done on Linux...
Executing test_server results in a segmentation fault created in the execution of the BuildAndStart() method. Below is the stack backtrace produced by GDB. ``` (gdb) bt #0 0x00007ffff7da4d74 in std::__cxx11::basic_string::operator...