Re: ice-broker scan thread - Mailing list pgsql-hackers

From David Boreham
Subject Re: ice-broker scan thread
Date
Msg-id 438C8FD9.3090302@boreham.org
Whole thread Raw
In response to Re: ice-broker scan thread  (Martijn van Oosterhout <kleptog@svana.org>)
Responses Re: ice-broker scan thread
Re: ice-broker scan thread
List pgsql-hackers
>By default when you use aio you get the version in libc (-lrt IIRC)
>which has the issue I mentioned, probably because it's probably
>optimised for the lots-of-network-connections type program where
>multiple outstanding requests on a single fd are not meaningful. You
>can however link in some other library which gives you kernel support.
>However, I don't have a new enough kernel to have the kernel support so
>I havn't tested that.
>  
>
Actually, after reading up on the current state of things, I'm not sure you
can even get POSIX aio on top of kernel aio in Linux. There are also a
few limitations in the 2.6 aio implementation that might prove troublesome:
for example it only works with O_DIRECT.

libaio gives userland access to the kernel aio api (which is different 
from POSIX aio).








pgsql-hackers by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: ice-broker scan thread
Next
From: "Jeffrey W. Baker"
Date:
Subject: Re: ice-broker scan thread