Skip to content

Topic

HTTP connection pooling

Reuse of a bounded set of outbound connections per destination host by an HTTP client. The limit caps how many requests to that host can be in flight at once, so slow responses turn the pool into a queue.

Current clusters