Skip to main content

Module pool

Module pool 

Source
Expand description

Connection pooling for Geode connections.

Structs§

ConnectionPool
Connection pool for managing QUIC connections
PooledConnection
A pooled connection that returns to the pool when dropped

Constants§

DEFAULT_POOL_MAX_SIZE
Default maximum pool size, matching the Go driver’s DefaultMaxOpenConns.