Re: [gentoo-user] is gentoo support Async I/O, how to enable it?

2005-03-25 Thread Wenju Zhang
what about libaio? Can I install AIO-enabled oracle 10g with libaio in Gentoo? How does the Redhat implement the AIO? 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.

Re: [gentoo-user] is gentoo support Async I/O, how to enable it?

2005-03-25 Thread Frank Schafer
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

[gentoo-user] is gentoo support Async I/O, how to enable it?

2005-03-24 Thread Wenju Zhang
-- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] is gentoo support Async I/O, how to enable it?

2005-03-24 Thread Frank Schafer
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: