Re: Built-in connection pooler

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Konstantin Knizhnik <k(dot)knizhnik(at)postgrespro(dot)ru>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Bruce Momjian <bruce(at)momjian(dot)us>, Dimitri Fontaine <dim(at)tapoueh(dot)org>
Subject: Re: Built-in connection pooler
Date: 2019-07-27 11:49:10
Message-ID: CA+hUKGLUuL+mCfj+H8QwSd6+8C0n-+5GShZzrkYLog4NwQWRCQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jul 16, 2019 at 2:04 AM Konstantin Knizhnik
<k(dot)knizhnik(at)postgrespro(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2019-07-27 13:27:18 Re: Add parallelism and glibc dependent only options to reindexdb
Previous Message Dave Cramer 2019-07-27 10:40:00 Re: Built-in connection pooler