[grpc-io] Re: GRPC C++ request spent > 2s from client to server

2024-01-18 Thread Frank Yu
er/doc/environment_variables.md > I don't think spending 2 seconds to complete a simple RPC look good. > > On Friday, December 15, 2023 at 12:33:06 PM UTC-8 Frank Yu wrote: > >> Hi GRPC team, >> >> I tried to use grpc C++ with the package >> version Pkggrpc_c

Re: [grpc-io] Re: GRPC C++ request spent > 2s from client to server

2024-01-18 Thread Frank Yu
to handle it ourselves? Our case is time sensitive. We can accept the first request take longer time to lazily initiate the channel connection. But we don't want the rest of the requests take long time by any chance. Thanks, Frank Yu 在2023年12月19日星期二 UTC-8 11:05:14 写道: > Also worth checking

[grpc-io] GRPC C++ request spent > 2s from client to server

2023-12-15 Thread Frank Yu
Hi GRPC team, I tried to use grpc C++ with the package version Pkggrpc_cpp_1_29_1377_125. It is a simple "sayhello" implementation, and both the grpc client and grpc server are running on different services of the same node. The problem is that I found the sayhello request spent more than 2