Re: [PATCH] O_STREAMING - flag for optimal streaming I/O

From: Marco Colombo (marco@esi.it)
Date: Wed Oct 09 2002 - 09:14:35 EST


On Tue, 8 Oct 2002, Andrew Morton wrote:

> I'd say that if you were designing a new application which
> streams large amount of data then yes, you would design it
> to use O_DIRECT. You would instantiate a separate IO worker
> thread and a message passing mechanism so that thread would
> pump your data for you, and would peform your readahead, etc.
>
> If your filesystem supports O_DIRECT, of course. Not all do.
>
> The strength of O_STREAMING is that you can take an existing,
> working, megahuge application and make it play better with the
> VM by changing a single line of code. No big redesign needed.

Such as perl:

sysopen(MYKERNEL, "/boot/vmlinuz", 04000000);

O_DIRECT support is another beast, IMHO.

.TM.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Oct 15 2002 - 22:00:31 EST