Re: [PATCHES] Win32 CHECK_FOR_INTERRUPTS() performance

From: Qingqing Zhou <zhouqq(at)cs(dot)toronto(dot)edu>
To: Magnus Hagander <mha(at)sollentuna(dot)net>
Subject: Re: [PATCHES] Win32 CHECK_FOR_INTERRUPTS() performance
Date: 2005-10-23 18:23:53
Message-ID: Pine.LNX.4.58.0510231418210.12922@josh.db
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, 23 Oct 2005, Magnus Hagander wrote:

> If we're going to create a separate thread, there is no need to deal
> with APCs at all, I beleive. We can just use the existing timeout
> functionality in WaitForSingleObjectEx(), which simplifies the code a
> bit.

[ Finally I copied it from the website. Don't know why I can't find it in
my email reader or news reader. ]

Yeah, this is better.

> PS. Qingqing: it helps at least me if you can post your patch as an
> attached file instead of inline. That makes absolutely sure my mailer
> (yeah, I know...) doesn't get a chance to break the lines.

Yeah, several times I want to submit with an attachment, but I got an
error message saying that "I can't post a binary to a non-binary group".
If any one happens to use pine newsreader and know the solution, please
let me know, thanks.

Regards,
Qingqing

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-10-23 19:55:04 Re: [PATCHES] Win32 CHECK_FOR_INTERRUPTS() performance
Previous Message Qingqing Zhou 2005-10-23 16:53:35 Re: [PATCHES] Win32 CHECK_FOR_INTERRUPTS() performance