Re: FD_SETSIZE with large #s of files/ports in use

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: FD_SETSIZE with large #s of files/ports in use
Дата
Msg-id 23613.1274297964@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: FD_SETSIZE with large #s of files/ports in use  (Hiroshi Inoue <inoue@tpf.co.jp>)
Ответы Re: FD_SETSIZE with large #s of files/ports in use  (Hiroshi Inoue <inoue@tpf.co.jp>)
Список 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 по дате отправления:

Предыдущее
От: Hiroshi Inoue
Дата:
Сообщение: Re: FD_SETSIZE with large #s of files/ports in use
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: FD_SETSIZE with large #s of files/ports in use