AW: AW: Re: beta5 ...

From: Zeugswetter Andreas SB <ZeugswetterA(at)wien(dot)spardat(dot)at>
To: "'Tom Lane'" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: AW: AW: Re: beta5 ...
Date: 2001-02-19 15:45:12
Message-ID: 11C1E6749A55D411A9670001FA687963368204@sdexcsrv1.f000.d0188.sd.spardat.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> > 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 :-(

I can't beleive that AIX finally has a convenience function that
is missing in mainstream unix :-)

$man 2 yield
Purpose
Yields the processor to processes with higher priorities.
Description
The yield subroutine forces the current running process or thread to relinquish
use of the processor. If the run queue is empty when the yield subroutine is
called, the calling process or kernel thread is immediately rescheduled. If the
calling process has multiple threads, only the calling thread is affected. The
process or thread resumes execution after all threads of equal or greater
priority are scheduled to run.

Andreas

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-02-19 15:48:55 Re: WAL and commit_delay
Previous Message Peter Eisentraut 2001-02-19 15:40:38 Re: floating point representation