Re: [take3 2/4] kevent: AIO, aio_sendfile() implementation.

2006-08-03 Thread Evgeniy Polyakov
On Thu, Aug 03, 2006 at 10:04:36AM -0700, Badari Pulavarty ([EMAIL PROTECTED]) wrote: > Evgeniy Polyakov wrote: > >AIO, aio_sendfile() implementation. > > > >This patch includes asynchronous propagation of file's data into VFS > >cache and aio_sendfile() implementation. > >Network aio_sendfile() w

Re: [take3 2/4] kevent: AIO, aio_sendfile() implementation.

2006-08-03 Thread Badari Pulavarty
Evgeniy Polyakov wrote: AIO, aio_sendfile() implementation. This patch includes asynchronous propagation of file's data into VFS cache and aio_sendfile() implementation. Network aio_sendfile() works lazily - it asynchronously populates pages into the VFS cache (which can be used for various tric

[take3 2/4] kevent: AIO, aio_sendfile() implementation.

2006-08-03 Thread Evgeniy Polyakov
AIO, aio_sendfile() implementation. This patch includes asynchronous propagation of file's data into VFS cache and aio_sendfile() implementation. Network aio_sendfile() works lazily - it asynchronously populates pages into the VFS cache (which can be used for various tricks with adaptive readahea