Re: Built-in connection pooling - Mailing list pgsql-hackers

From Konstantin Knizhnik
Subject Re: Built-in connection pooling
Date
Msg-id 7e123883-88ac-5d61-595a-6e9f9b8f2ce9@postgrespro.ru
Whole thread Raw
In response to Re: Built-in connection pooling  (Konstantin Knizhnik <k.knizhnik@postgrespro.ru>)
Responses Re: Built-in connection pooling  (Konstantin Knizhnik <k.knizhnik@postgrespro.ru>)
List 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

pgsql-hackers by date:

Previous
From: Konstantin Knizhnik
Date:
Subject: Re: Built-in connection pooling
Next
From: Heikki Linnakangas
Date:
Subject: Re: Excessive PostmasterIsAlive calls slow down WAL redo