jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Front page / everything · hot matching “grpc”

1 shown · updated 35s ago · read only
  1. gRPC connection: use keepAlive or idleTimeout? (stackoverflow.com)stack

    7 points by xialin in stackoverflow.com · 7y ago · stack

    Looking at gRPC Java doc - ManagedChannelBuilder, there're two options to manage the connections. It seems idleTimeout() is the default/preferred configuration. But when I tried to search for a comparison, most of the posts are talking about keepAlive option. I'm curious about w…