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

2017-10-26 Thread Rady, Doug
tablishing) tps = 4206.524986 (excluding connections establishing) -- doug On 10/26/17, 04:46, "Robert Haas" wrote: On Mon, Sep 25, 2017 at 8:01 PM, Rady, Doug wrote: > This patch enables building pgbench to use ppoll() instead of select() > > to al

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" wrote: On 2017-09-25 18:01:40 +0000, 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, > when using ppoll(),