Re: [PATCHES] win32 signals, part 4

From: Jan Wieck <JanWieck(at)Yahoo(dot)com>
To: Magnus Hagander <mha(at)sollentuna(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org, pgsql-hackers-win32 <pgsql-hackers-win32(at)postgresql(dot)org>, Claudio Natoli <claudio(dot)natoli(at)memetrics(dot)com>
Subject: Re: [PATCHES] win32 signals, part 4
Date: 2004-02-05 01:31:08
Message-ID: 40219CDC.4040005@Yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32 pgsql-patches

Magnus Hagander wrote:
> Ok, here we go again.
>
> Taking into account Claudios comments on the previous patch, as well as
> some more fooling around here of my own, here's a fourth (and final?)
> one.
>
> If there are no further comments from Claudio or anyone else, I feel
> this is now ready to be applied.
>
> Differences from last version:
> 1) Per Claudios suggestion, create a "babysitter thread" for each
> process that waits on the process and signals ourselves. This reduces
> the amount of code (=good) and most importantly removes all the
> synchronisation issues (=even better). The only thing left to sync is
> the signal delivery, and that has alreay been taken care of in previous
> patches.

IIRC a separate "babysitter thread" just to handle message passing is
exactly what Katie Ward did for UltraSQL ... the Win32 port done at
NuSphere. Glad to see she was right about that.

Jan

--
#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#================================================== JanWieck(at)Yahoo(dot)com #

In response to

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Claudio Natoli 2004-02-05 02:34:23 Re: [PATCHES] win32 signals, part 4
Previous Message Claudio Natoli 2004-02-05 01:17:41 Re: win32 signals, part 4

Browse pgsql-patches by date

  From Date Subject
Next Message Claudio Natoli 2004-02-05 02:34:23 Re: [PATCHES] win32 signals, part 4
Previous Message Claudio Natoli 2004-02-05 01:17:41 Re: win32 signals, part 4