Re: [HACKERS] [PATCHES] fork/exec patch

From: "Steve Tibbett" <stibbett(at)zim(dot)biz>
To: "Andrew Dunstan" <andrew(at)dunslane(dot)net>, "pgsql-hackers-win32" <pgsql-hackers-win32(at)postgresql(dot)org>
Subject: Re: [HACKERS] [PATCHES] fork/exec patch
Date: 2003-12-16 20:06:28
Message-ID: 546CD3100F4C0F42A30A94C0F2B349148FC64A@zimmail1.zim.zimismobile.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

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

It puts your thread to sleep, until it gets woken up by the handle
you're waiting on being set to a signalled state.

--
Steve Tibbett
stibbett(at)zim(dot)biz

Responses

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Andrew Dunstan 2003-12-16 20:20:38 Re: [HACKERS] [PATCHES] fork/exec patch
Previous Message Andrew Dunstan 2003-12-16 19:31:53 Re: [HACKERS] [PATCHES] fork/exec patch