icerpc-csharp icon indicating copy to clipboard operation
icerpc-csharp copied to clipboard

Investigate flow control based on a dynamic window size

Open bentoi opened this issue 2 years ago • 1 comments

          I wonder if control flow is the limiting factor here, see https://github.com/dotnet/runtime/issues/53372 and the linked issue https://github.com/dotnet/runtime/issues/43086

Seems similar to what we experience with ice(tcp) vs icerpc(slic)

If you capture the gRPC traffic for our comparative benchmarks, you will see the Widow size is dynamically increased.

Originally posted by @pepone in https://github.com/icerpc/icerpc-csharp/issues/3266#issuecomment-1578288963

bentoi avatar Jun 06 '23 13:06 bentoi

See also https://github.com/icerpc/icerpc-csharp/issues/3316

bentoi avatar Jun 07 '23 09:06 bentoi