Re: LWLock contention: I think I understand the problem - Mailing list pgsql-hackers

From Zeugswetter Andreas SB SD
Subject Re: LWLock contention: I think I understand the problem
Date
Msg-id 46C15C39FEB2C44BA555E356FBCD6FA41EB485@m0114.s-mxs.net
Whole thread Raw
In response to LWLock contention: I think I understand the problem  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> Tatsuo, is AIX capable of <10 millisecond sleeps?

Yes, the select granularity is 1 ms for non root users on AIX.

AIX is able to actually sleep micro seconds with select
as user root (non root users can use usleep for the same 
result). AIX also has yield.

I already reported this once, but a patch was not welcomed,
maybe I failed to properly describe ... 

Andreas


pgsql-hackers by date:

Previous
From: Karel Zak
Date:
Subject: Re: datetime error?
Next
From: james@unifiedmind.com (James Thornton)
Date:
Subject: DDLs in Transactions...?