Re: AW: [HACKERS] Re: beta5 ...
Zeugswetter Andreas SB <[EMAIL PROTECTED]> writes: > So, what was the case against using yield (2) ? $ man 2 yield No entry for yield in section 2 of the manual. Lack of portability :-( regards, tom lane
Re: AW: [HACKERS] Re: beta5 ...
> At least on AIX it looks like the select with 0 timeout is a noop, and does not > yield the processor. There was discussion, that other OS's (BSD) also does an > immediate return in case of 0 timeout. > > Minimum select(2) delay is 1 msec on AIX (tested with Tom's test.c). > > So, what was th