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

From Konstantin Knizhnik
Subject Re: Built-in connection pooler
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: Built-in connection pooler  (Thomas Munro <[email protected]>)
List pgsql-hackers

On 27.07.2019 14:49, Thomas Munro wrote:
> On Tue, Jul 16, 2019 at 2:04 AM Konstantin Knizhnik
> <[email protected]> wrote:
>> I have committed patch which emulates epoll EPOLLET flag and so should
>> avoid busy loop with poll().
>> I will be pleased if you can check it at FreeBSD  box.
> I tried your v12 patch and it gets stuck in a busy loop during make
> check.  You can see it on Linux with ./configure ...
> CFLAGS="-DWAIT_USE_POLL".
>
>
> --
> Thomas Munro
> https://enterprisedb.com

New version of the patch is attached which fixes poll() and Win32 
implementations of WaitEventSet.


-- 
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 pooler
Next
From: Robert Haas
Date:
Subject: Re: should there be a hard-limit on the number of transactionspending undo?