blob: 40d2383f066b9e29244deb26d834fda2afc32674 (
plain)
1
2
3
4
5
6
7
8
9
|
Lightweight connection pooler for PostgreSQL that provides
the following features:
* Several levels of brutality when rotating connections.
* Low memory requirements.
* It is not tied to one backend server, the destination databases
can reside on different hosts.
* Supports online reconfiguration for most of the settings.
* Supports online restart/upgrade.
|