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

From Tom Lane
Subject Re: FD_SETSIZE with large #s of files/ports in use
Date
Msg-id 23613.1274297964@sss.pgh.pa.us
Whole thread Raw
In response to Re: FD_SETSIZE with large #s of files/ports in use  (Hiroshi Inoue <inoue@tpf.co.jp>)
Responses Re: FD_SETSIZE with large #s of files/ports in use  (Hiroshi Inoue <inoue@tpf.co.jp>)
List pgsql-odbc
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.

            regards, tom lane

pgsql-odbc by date:

Previous
From: Hiroshi Inoue
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