Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 5 Jun 2002 17:22:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 5 Jun 2002 17:22:20 -0400 Received: from waste.org ([209.173.204.2]:51862 "EHLO waste.org") by vger.kernel.org with ESMTP id ; Wed, 5 Jun 2002 17:22:19 -0400 Date: Wed, 5 Jun 2002 16:22:16 -0500 (CDT) From: Oliver Xymoron To: Daniel Phillips cc: Mark Mielke , linux-kernel Subject: Re: [ANNOUNCE] Adeos nanokernel for Linux kernel In-Reply-To: Message-ID: 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 On Wed, 5 Jun 2002, Daniel Phillips wrote: > > And that alternative sucks. Think scalability. > > > > > 2) Implement a filesystem with realtime response > > > > And your shared fs alternative sucks. Think abysmal disk throughput for > > the rest of the system. Think starvation. Think all the reasons we've been > > trying to clean up the elevator code times ten. And that's just for the > > device queue, never mind the deadlock avoidance problems. See "priority > > inversion". > > What kind of argument is that? It sounds like: because our current block > interface sucks, all block interfaces suck, and always will. On the > contrary, I believe our current interface sucks precisely because it is > not built according to sound principles of realtime design. No, the above is a theoretical argument about how optimizing disk access and locking works that's in no way specific to Linux. Remember, hard RT is trades throughput for latency guarantees. Worst case for this is devices queues for disks. Go through the thought experiment of what happens when an RT task and a !RT task interleave disk access. Worse, what happens when they're creating files (and all the locking that entails) in the same directory. -- "Love the dolphins," she advised him. "Write by W.A.S.T.E.." - 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/