Re: Advice needed concerning Win32 signals

From: Thomas Hallgren <thomas(dot)hallgren(at)home(dot)se>
To: mha(at)sollentuna(dot)net
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Advice needed concerning Win32 signals
Date: 2005-10-16 17:02:54
Message-ID: 435287BE.8040508@home.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

mha(at)sollentuna(dot)net wrote:
> These "fake signals" are dispatched on the main thread. They are
> received by a worker thread, which will queue them up and set a flag,
> and the main thread then polls this queue and delivers the actual
> signal.
>
OK. Now I understand. On Windows I don't need to do anything at all.
There's no risk of signals in other threads then main.

- thomas

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-10-16 18:44:41 Re: Question about Ctrl-C and less
Previous Message Tom Lane 2005-10-16 16:57:32 Re: slow IN() clause for many cases