Re: Win32 signals code, take two - Mailing list pgsql-hackers-win32

From Claudio Natoli
Subject Re: Win32 signals code, take two
Date
Msg-id A02DEC4D1073D611BAE8525405FCCE2B55F282@harris.memetrics.local
Whole thread Raw
In response to Win32 signals code, take two  ("Magnus Hagander" <mha@sollentuna.net>)
List pgsql-hackers-win32
> Stevens APUE (s. 10.8) says:
>
> "What happens if a blocked signal is generated more than once before
> the process unblocks the signal? POSIX.1 allows the system to deliver
> the signal once or more than once. If the system delivers the signal
> more than once, we say the signals are queued. Most Unix systems,
> however, do not queue signals. Instead the Unix kernel just
> delivers the signal once."

Thanks Andrew, I've only ever seen it the other way... guess it won't matter
then.

Cheers,
Claudio

---
Certain disclaimers and policies apply to all email sent from Memetrics.
For the full text of these disclaimers and policies see
<a
href="http://www.memetrics.com/emailpolicy.html">http://www.memetrics.com/em
ailpolicy.html</a>

pgsql-hackers-win32 by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Win32 signals code, take two
Next
From: "Steve Tibbett"
Date:
Subject: Re: [HACKERS] What's left?