awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesServer Connection Refreshers

Mechanisms for gradually replacing old database server connections with new ones during backend migrations.

Distinct from Server Connection Managers: None of the candidates address the gradual transition and refreshing of server connections in a database proxy context

Explore 1 awesome GitHub repository matching data & databases · Server Connection Refreshers. Refine with filters or upvote what's useful.

Awesome Server Connection Refreshers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • pgbouncer/pgbouncerAvatar de pgbouncer

    pgbouncer/pgbouncer

    3,937Ver en GitHub↗

    PgBouncer is a lightweight middleware proxy server and connection pooler for PostgreSQL. It acts as a database connection manager and load balancer, reducing system overhead by managing a pool of reusable connections and distributing incoming traffic across multiple backend servers. The project distinguishes itself through a protocol-level proxying approach that handles authentication and TLS encryption without parsing underlying SQL queries. It provides specialized support for mapping named prepared statements across different backend connections and implements a socket-sharing process model

    Closes existing server connections to facilitate a graceful transition to new backend hosts without interrupting service.

    Cpostgresql
    Ver en GitHub↗3,937
  1. Home
  2. Data & Databases
  3. Server Connection Refreshers