Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 30 Jul 2002 21:17:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 30 Jul 2002 21:17:47 -0400 Received: from garrincha.netbank.com.br ([200.203.199.88]:64270 "HELO garrincha.netbank.com.br") by vger.kernel.org with SMTP id ; Tue, 30 Jul 2002 21:17:46 -0400 Date: Tue, 30 Jul 2002 22:20:51 -0300 (BRT) From: Rik van Riel X-X-Sender: riel@imladris.surriel.com To: Andrea Arcangeli cc: Benjamin LaHaise , Linus Torvalds , , Subject: Re: async-io API registration for 2.5.29 In-Reply-To: <20020730214116.GN1181@dualathlon.random> Message-ID: X-spambait: aardvark@kernelnewbies.org X-spammeplease: aardvark@nl.linux.org MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1212 Lines: 32 On Tue, 30 Jul 2002, Andrea Arcangeli wrote: > On Tue, Jul 30, 2002 at 08:49:39AM -0400, Benjamin LaHaise wrote: > > On Tue, Jul 30, 2002 at 07:41:11AM +0200, Andrea Arcangeli wrote: > > What would you suggest as an alternative API? The main point of multiplexing > > is that ios can be submitted in batches, which can't be done if the ios are > > submitted via individual syscalls, not to mention the overlap with the posix > > aio api. > > yes, sys_io_sumbit has the advantage you can mix read/write/fsync etc.. > in the same array of iocb. But by the same argument we could as well > have a submit_io instead of sys_read/sys_write/sys_fsync. You can't batch synchronous requests, so your "by the same argument" doesn't work. Asynchronous requests, OTOH, could be submitted in large bundles since the app doesn't wait on each request. regards, Rik -- Bravely reimplemented by the knights who say "NIH". http://www.surriel.com/ http://distro.conectiva.com/ - 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/