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

From Konstantin Knizhnik
Subject Re: Built-in connection pooler
Date
Msg-id 1ff75ebe-83e6-2440-6504-d4866afd7aae@postgrespro.ru
Whole thread Raw
In response to Re: Built-in connection pooler  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-hackers

On 27.07.2019 14:49, Thomas Munro wrote:
> On Tue, Jul 16, 2019 at 2:04 AM Konstantin Knizhnik
> <k.knizhnik@postgrespro.ru> 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?