Re: [HACKERS] [PATCHES] fork/exec patch

Поиск
Список
Период
Сортировка
От Steve Tibbett
Тема Re: [HACKERS] [PATCHES] fork/exec patch
Дата
Msg-id 546CD3100F4C0F42A30A94C0F2B349148FC621@zimmail1.zim.zimismobile.com
обсуждение исходный текст
Список pgsql-hackers-win32
>My feelings wrt messages were based on a general uneasiness
>surrounding WaitForSingleObject calls via a polling thread,
>because this will exhibit pseudo-random (thus difficult to
>debug) behavior.

In the pipe scenario, the thread wouldn't be polling - it
would enter a WaitForSingleObject(hPipeServer, INFINITE) and
simply sit there until either the pipe handle was closed or
there was a pipe event.

--
Steve Tibbett
stibbett@zim.biz


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: [HACKERS] [PATCHES] fork/exec patch
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: [HACKERS] [PATCHES] fork/exec patch