Re: [HACKERS] PATCH: pgbench - option to build using ppoll() forlarger connection counts

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: [HACKERS] PATCH: pgbench - option to build using ppoll() forlarger connection counts
Дата
Msg-id CA+TgmoYybNv-DdhVPMxLB2nx2SqeNJirtWHmdEAZUCGoTB2VBg@mail.gmail.com
обсуждение исходный текст
Ответ на [HACKERS] PATCH: pgbench - option to build using ppoll() for larger connectioncounts  ("Rady, Doug" <radydoug@amazon.com>)
Ответы Re: [HACKERS] PATCH: pgbench - option to build using ppoll() forlarger connection counts  ("Rady, Doug" <radydoug@amazon.com>)
Список pgsql-hackers
On Mon, Sep 25, 2017 at 8:01 PM, Rady, Doug <radydoug@amazon.com> wrote:
> This patch enables building pgbench to use ppoll() instead of select()
>
> to allow for more than (FD_SETSIZE - 10) connections.  As implemented,
>
> when using ppoll(), the only connection limitation is system resources.

So what's an example of something that fails without this patch but
works with the patch?

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] Transform for pl/perl
Следующее
От: Andrew Dunstan
Дата:
Сообщение: [HACKERS] Re: [COMMITTERS] pgsql: Process variadic arguments consistently injson functions