diff options
Diffstat (limited to 'DESCR')
-rw-r--r-- | DESCR | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/DESCR b/DESCR new file mode 100644 index 00000000000..40d2383f066 --- /dev/null +++ b/DESCR @@ -0,0 +1,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. |