Module pool

Module pool 

Source
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ยง

ConnectionPool
Connection pool for reusing TCP connections
PoolConfig
Connection pool configuration
PoolStats
Connection pool statistics