Re: Win32 signal code - first try - Mailing list pgsql-hackers-win32

From Andrew Dunstan
Subject Re: Win32 signal code - first try
Date
Msg-id 3FFDDF60.8060404@dunslane.net
Whole thread Raw
In response to Re: Win32 signal code - first try  ("Merlin Moncure" <merlin.moncure@rcsonline.com>)
List 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 by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Re: Win32 signal code - first try
Next
From: Andrew Dunstan
Date:
Subject: Re: Win32 signal code - first try