Re: Win32 signal code - first try

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Win32 signal code - first try
Дата
Msg-id 3FFDDF60.8060404@dunslane.net
обсуждение исходный текст
Ответ на Re: Win32 signal code - first try  ("Merlin Moncure" <merlin.moncure@rcsonline.com>)
Список pgsql-hackers-win32

Merlin Moncure wrote:

>
>Also, all signals will be run FIFO.  Is this acceptable?  (maybe a unix
>expert could chime in here).
>
>
>

Stevens' APUE (if you do any Unix programming and you don't have this
book, run don't walk and get it ;-) ) says: "POSIX.1 does not specify
the order in which signals are delivered to a process. The Rationale for
POSIX.1 does suggest, however, that signals related to the current state
of the process, such as SIGSEGV, be delivered before other signals."

AFAIK we are not using any of the signals he is referring to in the
second sentence, so FIFO should be fine.

cheers

andrew


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

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