2003-08-05 14:44:46

by Eduardo Pérez

[permalink] [raw]
Subject: aio: current status

What's the current status of linux-aio?

Is there any working example using linux-aio?

Is linux-aio going to support sockets?

Are there more linux sleeping (or blocking) API calls going to be ported to linux-aio?

Is there an official home page of linux-aio apart from the outdated:
http://www.kvack.org/~blah/aio/ ?


2003-08-05 21:53:14

by Daniel McNeil

[permalink] [raw]
Subject: Re: aio: current status

I've been testing AIO using Andrew's -mm kernels which includes
many AIO patches. I've written some copy tests using AIO.

The libaio-0.3.93.tar ball has source to the library and man pages.
What kind of examples are you looking for?

I do not think AIO supports sockets, yet. I would ask on the
linux-aio mailing list.

There was an interesting paper from the 2003 Linux Symposium on AIO:
http://archive.linuxsymposium.org/ols2003/Proceedings/All-Reprints/Reprint-Pulavarty-OLS2003.pdf


Daniel McNeil <[email protected]>

On Tue, 2003-08-05 at 07:38, Eduardo Pérez wrote:
> What's the current status of linux-aio?
>
> Is there any working example using linux-aio?
>
> Is linux-aio going to support sockets?
>
> Are there more linux sleeping (or blocking) API calls going to be ported to linux-aio?
>
> Is there an official home page of linux-aio apart from the outdated:
> http://www.kvack.org/~blah/aio/ ?
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/

2003-08-05 22:09:45

by Dan Kegel

[permalink] [raw]
Subject: Re: aio: current status

Daniel McNeil wrote:
> There was an interesting paper from the 2003 Linux Symposium on AIO:
> http://archive.linuxsymposium.org/ols2003/Proceedings/All-Reprints/Reprint-Pulavarty-OLS2003.pdf

Thanks for pointing that out. I now link to it from
http://www.kegel.com/c10k.html#aio
- Dan

--
Dan Kegel
http://www.kegel.com
http://counter.li.org/cgi-bin/runscript/display-person.cgi?user=78045

2003-08-06 13:20:14

by Suparna Bhattacharya

[permalink] [raw]
Subject: Re: aio: current status

On Tue, Aug 05, 2003 at 02:53:09PM -0700, Daniel McNeil wrote:
> I've been testing AIO using Andrew's -mm kernels which includes
> many AIO patches. I've written some copy tests using AIO.

We were planning to put together an AIO web page to make it
easier to have an at-a-glance status and links to patches and
resources. Are your copy tests available somewhere ? It'd
be nice to have a link to it, so people can try it out.

Regards
Suparna

--
Suparna Bhattacharya ([email protected])
Linux Technology Center
IBM Software Labs, India

2003-08-06 20:54:40

by Daniel McNeil

[permalink] [raw]
Subject: Re: aio: current status

My aiocp test program (source and binary) and a README is available at:
developer.osdl.org/daniel/AIO.

Daniel


On Wed, 2003-08-06 at 06:25, Suparna Bhattacharya wrote:
> On Tue, Aug 05, 2003 at 02:53:09PM -0700, Daniel McNeil wrote:
> > I've been testing AIO using Andrew's -mm kernels which includes
> > many AIO patches. I've written some copy tests using AIO.
>
> We were planning to put together an AIO web page to make it
> easier to have an at-a-glance status and links to patches and
> resources. Are your copy tests available somewhere ? It'd
> be nice to have a link to it, so people can try it out.
>
> Regards
> Suparna