Re: FD_SETSIZE with large #s of files/ports in use - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: FD_SETSIZE with large #s of files/ports in use
Date
Msg-id 4BF45AAC.9090403@tpf.co.jp
Whole thread Raw
In response to Re: FD_SETSIZE with large #s of files/ports in use  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-odbc
Tom Lane wrote:
> Hiroshi Inoue <inoue@tpf.co.jp> writes:
>> Another way is to use poll() instead of select().
>
> You really need to go in that direction.  Changing FD_SETSIZE is
> completely unworkable --- it will break various libc ABI details.

Thanks.
I already made a patch to use poll() if the function is available.
I would post it later.

regards,
Hiroshi Inoue


pgsql-odbc by date:

Previous
From: Tom Lane
Date:
Subject: Re: FD_SETSIZE with large #s of files/ports in use
Next
From: Hiroshi Inoue
Date:
Subject: Re: FD_SETSIZE with large #s of files/ports in use