Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S272586AbTHEIMU (ORCPT ); Tue, 5 Aug 2003 04:12:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S272587AbTHEIMU (ORCPT ); Tue, 5 Aug 2003 04:12:20 -0400 Received: from mail1.kontent.de ([81.88.34.36]:31931 "EHLO Mail1.KONTENT.De") by vger.kernel.org with ESMTP id S272586AbTHEIMR (ORCPT ); Tue, 5 Aug 2003 04:12:17 -0400 From: Oliver Neukum To: Con Kolivas , Andrew Morton Subject: Re: [PATCH] O13int for interactivity Date: Tue, 5 Aug 2003 10:12:12 +0200 User-Agent: KMail/1.5.1 Cc: piggin@cyberone.com.au, linux-kernel@vger.kernel.org, mingo@elte.hu, felipe_alfaro@linuxmail.org References: <200308050207.18096.kernel@kolivas.org> <20030804230337.703de772.akpm@osdl.org> <200308051726.14501.kernel@kolivas.org> In-Reply-To: <200308051726.14501.kernel@kolivas.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200308051012.12951.oliver@neukum.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1192 Lines: 25 Am Dienstag, 5. August 2003 09:26 schrieb Con Kolivas: > On Tue, 5 Aug 2003 16:03, Andrew Morton wrote: > > We do prefer that TASK_UNINTERRUPTIBLE processes are woken promptly so they > > can submit more IO and go back to sleep. Remember that we are artificially > > leaving the disk head idle in the expectation that the task will submit > > more I/O. It's pretty sad if the CPU scheduler leaves the anticipated task > > in the doldrums for five milliseconds. > > Indeed that has been on my mind. This change doesn't affect how long it takes > to wake up. It simply prevents tasks from getting full interactive status > during the period they are doing unint. sleep. If you take that to its logical conclusion, such tasks should be woken immediately. Likewise, the io scheduler should be notified when you know that the task won't do io or will do other io, like waiting on character devices, go paging out or terminate. Regards Oliver - 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/