https://kotlinlang.org logo
Title
s

Satyam Agarwal

03/24/2021, 5:31 PM
Hey I have asked this before. Can someone tell me difference between
maxConnectionsCount
,
maxConnectionsPerRoute
,
pipelineMaxSize
in http client with CIO engine. Also what is the role of
threadsCount
with coroutines in CIO engine ? The kotlin doc inside :
maxConnectionsCount = Maximum allowed connections count.
maxConnectionsPerRoute = Maximum connections per single route.
pipelineMaxSize = Maximum number of requests per single pipeline.
threadsCount = Network threads count advice.
It is crisp, and I understand it, but I also assume here. I would like a better explanation. Please help 🙂
Hey @e5l can you please help here ?