littlemanco / the-golden-path.net

A template for writing a new tool or service.
0 stars 0 forks source link

Connection Pooling #33

Open andrewhowdencom opened 4 years ago

andrewhowdencom commented 4 years ago

Tolerate failover within a given service (RPC + SQL)

andrewhowdencom commented 4 years ago

max age (or keepalive or similar) to ensure they tolerate a replica just stopping responding.

andrewhowdencom commented 3 years ago

Connect pools should actually establish connections (and keep a pool available) rather than rely on requests to create the pool. (i.e. no lazy pools)