Re: New win32 signals patch (3)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: New win32 signals patch (3)
Дата
Msg-id 13446.1075911500@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: New win32 signals patch (3)  ("Magnus Hagander" <mha@sollentuna.net>)
Список pgsql-hackers-win32
"Magnus Hagander" <mha@sollentuna.net> writes:
> The limit for select on win32 is actually 64, which is horribly low in
> many cases.

Wow, that small and they don't have poll()?  Whatta bunch of bozos.

> But as it is right now, select() is only used in the
> postmaster and in the pgstat process, neither of which use any large
> number of fds. Since we only select() on sockets, and not the files.

Okay.  I thought I had seen something about using select() in the
context of catching signals, in which case it'd be necessary to use it
in all backends.  But if not then we can probably live with the small
fd_set size.

            regards, tom lane

В списке pgsql-hackers-win32 по дате отправления:

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: New win32 signals patch (3)
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: New win32 signals patch (3)