Re: Win32 signals code, take two

Поиск
Список
Период
Сортировка
От Claudio Natoli
Тема Re: Win32 signals code, take two
Дата
Msg-id A02DEC4D1073D611BAE8525405FCCE2B55F282@harris.memetrics.local
обсуждение исходный текст
Ответ на Win32 signals code, take two  ("Magnus Hagander" <mha@sollentuna.net>)
Список 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 по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Win32 signals code, take two
Следующее
От: "Steve Tibbett"
Дата:
Сообщение: Re: [HACKERS] What's left?