Expand description
Connection pooling for efficient TCP connection reuse
This module provides a high-performance connection pool that reuses TCP connections to avoid the overhead of establishing new connections for each request.
Benefits:
- 10x latency reduction by skipping TCP handshake
- Efficient handling of thousands of concurrent requests
- Automatic connection cleanup and health checking
Structsยง
- Connection
Pool - Connection pool for reusing TCP connections
- Pool
Config - Connection pool configuration
- Pool
Stats - Connection pool statistics