Re: Other Win32 TODO items?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Other Win32 TODO items?
Дата
Msg-id 200311110239.hAB2dWG01982@candle.pha.pa.us
обсуждение исходный текст
Ответ на Other Win32 TODO items?  (Claudio Natoli <claudio.natoli@memetrics.com>)
Список pgsql-hackers-win32
Claudio Natoli wrote:
>
> Hi all,
>
> Following Andrew Dunstan's recent post, thought I'd mention a few other
> things which I think will need to be considered for the Win32 port. I've run
> into these in trying to get a single-process, multi-threaded version of
> postgres to run on Win32. Clearly, if core developers concur, I don't mind
> putting my hand up to provide patches for some or all of them... but I'll
> need advice from core for (at least) the last two.
>
> In rough order of annoyance:
>
> * ioctlsocket_ret
>     - is not initialized to 1 (at least in the WIN_32 code I started
> with!)
>     - ok, so big deal!
>
> * select(0,NULL,NULL,NULL,&delay) doesn't, under Win32
>     - replace with Sleep for win32?

I have added this to the Win32 project page:

    # Problems with select()

        * Using as timer does't work, select(NULL, , timeout), use Sleep()?
        * Only works on sockets, not file descriptors as returned by pipe()
        * Must properly deal with signals

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Committing Resources to Win32
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Other Win32 TODO items?