From owner-freebsd-hackers Tue Apr 30 13:43:21 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA05694 for hackers-outgoing; Tue, 30 Apr 1996 13:43:21 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA05670 Tue, 30 Apr 1996 13:43:14 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id NAA07754; Tue, 30 Apr 1996 13:33:20 -0700 From: Terry Lambert Message-Id: <199604302033.NAA07754@phaeton.artisoft.com> Subject: Re: lmbench IDE anomaly To: msmith@atrad.adelaide.edu.au (Michael Smith) Date: Tue, 30 Apr 1996 13:33:20 -0700 (MST) Cc: koshy@india.hp.com, hackers@FreeBSD.ORG, current@FreeBSD.ORG In-Reply-To: <199604301324.WAA21150@genesis.atrad.adelaide.edu.au> from "Michael Smith" at Apr 30, 96 10:54:18 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > That's about right. The SCSI disk gets the chance to sort the I/O to suit > itself, optimising its performance. The IDE disk only gets to look at one > transaction at a time, so it's at the mercy of the disksorting code in > the operating system. I don't know that FreeBSD's disksort stuff is > terribly wonderful, but I'd happily stand corrected. The disksort stuff is pessimal. Contact mday@elbereth.org for details. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.