From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932373AbWAIQEJ (ORCPT ); Mon, 9 Jan 2006 11:04:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932408AbWAIQEJ (ORCPT ); Mon, 9 Jan 2006 11:04:09 -0500 Received: from mustang.oldcity.dca.net ([216.158.38.3]:15838 "HELO mustang.oldcity.dca.net") by vger.kernel.org with SMTP id S932373AbWAIQEI (ORCPT ); Mon, 9 Jan 2006 11:04:08 -0500 Subject: Re: Why the DOS has many ntfs read and write driver,but the linux can't for a long time From: Lee Revell To: Oliver Neukum Cc: Robert Hancock , linux-kernel In-Reply-To: <200601091702.48955.oliver@neukum.org> References: <5t06S-7nB-15@gated-at.bofh.it> <200601091528.19285.oliver@neukum.org> <1136819748.9957.12.camel@mindpipe> <200601091702.48955.oliver@neukum.org> Content-Type: text/plain Date: Mon, 09 Jan 2006 11:04:06 -0500 Message-Id: <1136822646.9957.35.camel@mindpipe> Mime-Version: 1.0 X-Mailer: Evolution 2.5.4 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2006-01-09 at 17:02 +0100, Oliver Neukum wrote: > Am Montag, 9. Januar 2006 16:15 schrieb Lee Revell: > > On Mon, 2006-01-09 at 15:28 +0100, Oliver Neukum wrote: > > > Am Montag, 9. Januar 2006 15:18 schrieb Robert Hancock: > > > > Yaroslav Rastrigin wrote: > > > > > Well, I could find more or less reasonable explanation of this behaviour - different VM policies of two OSes and > > > > > strangely strong and persistent belief "Free RAM is a wasted RAM" among kernel devs. Free RAM is not a wasted RAM, its a memory waiting to be used ! > > > > > Whenever it is needed by apps I'm launching or working with. > > > > > > > > There is no different VM policy here, Windows behaves quite similarly. > > > > It does not leave memory around unused, it uses it for disk cache. > > > > > > That doesn't mean that the rate of eviction is the same. > > > Is it possible that read-ahead is not aggressive enough? > > > > Enough for what? What is the exact problem you are trying to solve? > > Quicker application startup. Why do you look to the kernel first? The obvious explanation is that Linux desktop apps are more bloated than their Windows counterparts. Lee