Relative Content

Tag Archive for concurrencygrpcgrpc-java

GRPC Java MAX_CONCURRENT_STREAMS vs maxConcurrentCallsPerConnection

I’m trying to understand the difference between MAX_CONCURRENT_STREAMS and maxConcurrentCallsPerConnection. I read that most servers set MAX_CONCURRENT_STREAMS to 100 as a default whereas maxConcurrentCallsPerConnection according to the GRPC docs defaults to no limit.