Re: Win32 signal code - first try

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Win32 signal code - first try
Дата
Msg-id 3FFEACA7.5020505@dunslane.net
обсуждение исходный текст
Ответ на Re: Win32 signal code - first try  (Claudio Natoli <claudio.natoli@memetrics.com>)
Список pgsql-hackers-win32

Claudio Natoli wrote:

>
>Just wondering if the logic for signal blocking is correct.
>Under Unix, IIRC, if a signal is blocked when raised, it will (might?) be
>delivered when that sigmask is unblocked. In the current implementation, it
>looks as though blocked signals will be forever lost. If I'm right in my
>recollection, we'll need some way to requeue the APC (which might be
>non-trivial).
>
>

Yes, a blocked signal is deferred and eventually delivered when
unblocked (it's slightly more complicated but this is close enough).

cheers

andrew


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

Предыдущее
От: Claudio Natoli
Дата:
Сообщение: Re: Win32 signal code - first try
Следующее
От: "Merlin Moncure"
Дата:
Сообщение: Re: Win32 signal code - first try