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

2017-10-26 Thread Rady, Doug
shing) tps = 4206.524986 (excluding connections establishing) -- doug On 10/26/17, 04:46, "Robert Haas" <robertmh...@gmail.com> wrote: On Mon, Sep 25, 2017 at 8:01 PM, Rady, Doug <radyd...@amazon.com> wrote: > This patch enables building pgben

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

2017-09-25 Thread Rady, Doug
On 9/25/17, 11:07, "Andres Freund" <and...@anarazel.de> wrote: On 2017-09-25 18:01:40 +, Rady, Doug wrote: > This patch enables building pgbench to use ppoll() instead of select() > to allow for more than (FD_SETSIZE - 10) connections. As implemented,