Re: Built-in connection pooler

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: Built-in connection pooler
Дата
Msg-id CA+hUKGLUuL+mCfj+H8QwSd6+8C0n-+5GShZzrkYLog4NwQWRCQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Built-in connection pooler  (Konstantin Knizhnik <k.knizhnik@postgrespro.ru>)
Ответы Re: Built-in connection pooler  (Konstantin Knizhnik <k.knizhnik@postgrespro.ru>)
Список pgsql-hackers
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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: Built-in connection pooler
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Add parallelism and glibc dependent only options to reindexdb