Hey I have asked this before. Can someone tell me ...
# ktor
s
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 :
Copy code
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 ?