Hi,
> what about libaio? > Can I install AIO-enabled oracle 10g with libaio in Gentoo? See the ORACLE documentation if it can co-work with libaio. > How does the Redhat implement the AIO? I guess (I didn't read the sources) that libaio does some of the workarounds we did for Linux too (mostly polling the real data source). Well, this is more than half a year ago. Maybe there has something changed meanwhile. To see if there is REAL aio support, look for: aio_read, aio_write, aio_cancel, aio_error, aio_fsync, aio_suspend, aio_return in <aio.h> and see if there are the corresponding syscalls. These are the requirements for AIO POSIX compliance (see http://www.opengroup.org/onlinepubs/009695399/toc.htm) Good luck Frank > > thanks! > Wenju Zhang > > On Fri, 25 Mar 2005 08:28:50 +0100, Frank Schafer > <[EMAIL PROTECTED]> wrote: > > No, > > > > to enable this the Linux kernel would have to support aio...() syscalls. > > These still aren't implemented in the kernel. > > > > So, this is not a Gentoo problem. > > > > You can enable it joining the kernel development team and implement it. > > > > ;) > > > > Frank > > > > On Fri, 2005-03-25 at 13:47 +0800, Wenju Zhang wrote: > > > -- > > > [email protected] mailing list > > > > > > > -- > > [email protected] mailing list > > > > > -- > [email protected] mailing list > -- [email protected] mailing list
