Re: Built-in connection pooling

From: Konstantin Knizhnik <k(dot)knizhnik(at)postgrespro(dot)ru>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Built-in connection pooling
Date: 2018-04-06 17:03:36
Message-ID: 7e123883-88ac-5d61-595a-6e9f9b8f2ce9@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 06.04.2018 20:00, Konstantin Knizhnik wrote:
> Attached please find new version of the patch with  several bug fixes
> + support of more than one session pools associated with different ports.
> Now it is possible to make postmaster listen several ports for
> accepting pooled connections, while leaving main Postgres port for
> dedicated backends.
> Each session pool is intended to be used for particular database/user
> combination.
>
Sorry, wrong patch was attached.

--
Konstantin Knizhnik
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

Attachment Content-Type Size
session_pool-8.patch text/x-patch 63.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2018-04-06 17:09:30 Re: Excessive PostmasterIsAlive calls slow down WAL redo
Previous Message Konstantin Knizhnik 2018-04-06 17:00:34 Re: Built-in connection pooling