Re: [HACKERS] [PATCHES] fork/exec patch - Mailing list pgsql-hackers-win32

From Andrew Dunstan
Subject Re: [HACKERS] [PATCHES] fork/exec patch
Date
Msg-id 3FDF5DA9.2010008@dunslane.net
Whole thread Raw
List pgsql-hackers-win32
Dann Corbit wrote:

>By using events you don't have to poll at all.  You are waiting on the
>event.  A signal fires the event.  It is also possible to add as many
>signal types as you like, even beyond the standard UNIX batch if it
>suits your fancy.
>
>
>

Isn't WaitForSingleObject() in effect a polling call?

cheers

andrew


pgsql-hackers-win32 by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: [HACKERS] [PATCHES] fork/exec patch
Next
From: "Steve Tibbett"
Date:
Subject: Re: [HACKERS] [PATCHES] fork/exec patch