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

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

From
Andrew Dunstan
Date:
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